Skip to content

Commit

Permalink
dockerfile: Add DEBUG env flagˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT2 committed Jan 8, 2024
1 parent 51d3435 commit 50559d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN go build -o foh-bin .

ENV ADDRESS "localhost:6060"
ENV MAXBODYSIZE "104857600"
CMD /fs-over-http/foh-bin -maxbodysize $MAXBODYSIZE -addr $ADDRESS
ENV DEBUG "false"
CMD /fs-over-http/foh-bin -maxbodysize $MAXBODYSIZE -addr $ADDRESS -debug $DEBUG

WORKDIR /foh-files

0 comments on commit 50559d2

Please sign in to comment.