Skip to content

Commit a004c28

Browse files
ci: change entrypoint to cmd
1 parent b123aac commit a004c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ WORKDIR /app
5353
COPY --chown=${USER_NAME} ./app .
5454
COPY --from=builder --chown=${USER_NAME} "$VENV" "$VENV"
5555

56-
ENTRYPOINT [ "pytest" ]
56+
CMD [ "sleep", "infinity" ]
5757

5858
LABEL org.opencontainers.image.title="meetup_bot"
5959
LABEL org.opencontainers.image.version="test"

0 commit comments

Comments
 (0)