1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Fixed dockerfile

This commit is contained in:
Javier Cortejoso 2019-04-04 13:01:59 +02:00
parent 280b6e649f
commit 1d7e309a3a
No known key found for this signature in database
GPG Key ID: FBEEF3131E39EBCF

View File

@ -14,7 +14,7 @@ RUN npm install -g serve
RUN bash scripts/install.sh
RUN bash scripts/build.sh
ENTRYPOINT ["/pleuston/scripts/docker-entrypoint.sh"]
ENTRYPOINT ["serve", "-s", "build"]
# Expose listen port
EXPOSE 4000