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

fix port defautl value

parent 48c7c82a
No related branches found
No related tags found
No related merge requests found
...@@ -9,10 +9,6 @@ COPY webpack webpack ...@@ -9,10 +9,6 @@ COPY webpack webpack
COPY config config COPY config config
COPY app app COPY app app
<<<<<<< HEAD
EXPOSE ${PORT:-3000} EXPOSE ${PORT:-3000}
=======
EXPOSE ${PORT:3000}
>>>>>>> add env-sample add Dockerfile production
CMD [] 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