Skip to content

Commit

Permalink
Fake data enchance
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Zanoski committed Dec 10, 2019
1 parent 0c7f289 commit 034d367
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 73 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY --chown=node . .
RUN npm run build

# Bind to all network interfaces so that it can be mapped to the host OS
ENV HOST=0.0.0.0 PORT=9443
ENV HOST=0.0.0.0 PORT=9443 NODE_ENV=production

EXPOSE ${PORT}
CMD [ "node", "." ]
Loading

0 comments on commit 034d367

Please sign in to comment.