Skip to content

Commit

Permalink
Merge pull request #21 from StatCan/add-env-variable
Browse files Browse the repository at this point in the history
fix(Dockerfile): add env variable
  • Loading branch information
sylus authored Sep 14, 2020
2 parents 76dcb7b + 282b887 commit 0d174a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ RUN CGO_ENABLED=0 go install .
FROM scratch
COPY --from=frontend /app/dist/out/default /static/
COPY --from=backend /go/bin/jupyter-apis /jupyter-apis
ENV LISTEN_ADDRESS 0.0.0.0:5000
EXPOSE 5000
ENTRYPOINT [ "/jupyter-apis" ]

0 comments on commit 0d174a0

Please sign in to comment.