Skip to content

Commit 282b887

Browse files
committed
fix(Dockerfile): add env variable
1 parent 76dcb7b commit 282b887

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)