Skip to content

Commit

Permalink
Set env var in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-nguyen committed Nov 13, 2018
1 parent 052fc17 commit cbbd97a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ WORKDIR /app
COPY server/service-account.json .
COPY --from=server /app/server .

EXPOSE 9090
ENV PORT 80
EXPOSE 80
ENTRYPOINT ./server
7 changes: 0 additions & 7 deletions docker-compose.yml

This file was deleted.

0 comments on commit cbbd97a

Please sign in to comment.