Skip to content

Commit

Permalink
build: add default envs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Oct 21, 2023
1 parent 91e9540 commit e8ab899
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ RUN chown -R lumen:lumen /app && chmod +x lumen

USER lumen

ENV BIND=0.0.0.0:8080
ENV PUBLIC_URL=http://localhost:8080
ENV RUST_BACKTRACE=1
ENV RUST_LOG=info

ENTRYPOINT ["./lumen"]

0 comments on commit e8ab899

Please sign in to comment.