Skip to content

Commit 0d174a0

Browse files
authored
Merge pull request #21 from StatCan/add-env-variable
fix(Dockerfile): add env variable
2 parents 76dcb7b + 282b887 commit 0d174a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ RUN CGO_ENABLED=0 go install .
3333
FROM scratch
3434
COPY --from=frontend /app/dist/out/default /static/
3535
COPY --from=backend /go/bin/jupyter-apis /jupyter-apis
36+
ENV LISTEN_ADDRESS 0.0.0.0:5000
3637
EXPOSE 5000
3738
ENTRYPOINT [ "/jupyter-apis" ]

0 commit comments

Comments
 (0)