- update gitignore
- update dockerfile to use specific port
This commit is contained in:
parent
fbebfef8aa
commit
80faea9f99
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
node_modules
|
node_modules
|
||||||
|
.env
|
||||||
|
build
|
||||||
@ -16,4 +16,4 @@ COPY --from=build-env /app/build /app/build
|
|||||||
COPY --from=build-env /app/public /app/public
|
COPY --from=build-env /app/public /app/public
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
# there is a DOMAINS env with comma separated allowed domains for image processing
|
# there is a DOMAINS env with comma separated allowed domains for image processing
|
||||||
CMD ["npm", "run", "start"]
|
CMD ["PORT=4000", "npm", "run", "start"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user