Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maggi373 authored Dec 13, 2024
2 parents 5d2cfdb + 3b9fd08 commit f4ada3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY /.dockerignore /app/
COPY /Dockerfile /app/
RUN mkdir /app/mods
VOLUME /app/mods
ENV APP_URL=0.0.0.0
ENV APP_HOST=0.0.0.0
ENV APP_PORT=5000
ENV APP_DEBUG=false
EXPOSE 5000
Expand Down

0 comments on commit f4ada3c

Please sign in to comment.