Skip to content

Commit

Permalink
ci: change entrypoint to cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pythoninthegrass committed Oct 4, 2024
1 parent b123aac commit a004c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ WORKDIR /app
COPY --chown=${USER_NAME} ./app .
COPY --from=builder --chown=${USER_NAME} "$VENV" "$VENV"

ENTRYPOINT [ "pytest" ]
CMD [ "sleep", "infinity" ]

LABEL org.opencontainers.image.title="meetup_bot"
LABEL org.opencontainers.image.version="test"
Expand Down

0 comments on commit a004c28

Please sign in to comment.