Skip to content

Commit

Permalink
Auto-merge master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 24, 2023
2 parents 2ac243d + cf9d6eb commit 8354f15
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 @@ -52,7 +52,7 @@ EXPOSE 8000
# Actually run shimmie
FROM base AS run
EXPOSE 8000
HEALTHCHECK --interval=1m --timeout=3s CMD curl --fail http://127.0.0.1:8000/ || exit 1
# HEALTHCHECK --interval=1m --timeout=3s CMD curl --fail http://127.0.0.1:8000/ || exit 1
ENV UID=1000 GID=1000 UPLOAD_MAX_FILESIZE=50M
COPY --from=build /app /app
WORKDIR /app
Expand Down

0 comments on commit 8354f15

Please sign in to comment.