Skip to content

Commit

Permalink
chore(#439): expose host and port
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Sep 5, 2022
1 parent 103ae75 commit cb014f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .docker/Dockerfile.app
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ ENV OAUTH_CLIENT_ID ${OAUTH_CLIENT_ID}

RUN yarn build && yarn generate

ENV HOST 0.0.0.0
EXPOSE 3000

CMD ["yarn", "start"]

0 comments on commit cb014f6

Please sign in to comment.