Skip to content
Snippets Groups Projects
Commit 5607a41b authored by Giannis Kopanas's avatar Giannis Kopanas
Browse files

fix port defautl value

parent 95a8b477
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ ENV NODE_ENV "production"
RUN [ "npx", "pubsweet", "build"]
EXPOSE ${PORT:3000}
EXPOSE ${PORT:-3000}
CMD []
......@@ -9,6 +9,6 @@ COPY webpack webpack
COPY config config
COPY app app
EXPOSE ${PORT:3000}
EXPOSE ${PORT:-3000}
CMD []
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment