Skip to content

Commit

Permalink
docker: new entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
exesse committed Jan 7, 2021
1 parent 6073b09 commit cbc0f78
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 @@ -11,4 +11,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends\
&& rm -rf /var/lib/apt/lists/*
RUN python3 -m pip install mongodump-s3==1.0.3

ENTRYPOINT [ "python3", "-m", "mongodump_s3"]
ENTRYPOINT ["mongodump_s3"]

0 comments on commit cbc0f78

Please sign in to comment.