Skip to content

Commit 0fb3a5c

Browse files
authored
fix: Docker user entrypoint instead of cmd (#38)
1 parent 0e1fbb4 commit 0fb3a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ FROM python:3.9
22

33
RUN pip3 install cloud2sql[all]==0.7.2
44

5-
CMD ["cloud2sql"]
5+
ENTRYPOINT ["cloud2sql"]
66

0 commit comments

Comments
 (0)