Skip to content

Commit

Permalink
Drop .py extension from sync_etc
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Mar 16, 2024
1 parent 2838b0a commit feaa92f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-alpine
RUN apk add git rsync
COPY sync_etc.py .
ENTRYPOINT ["python", "sync_etc.py"]
ENTRYPOINT ["./sync_etc"]
File renamed without changes.

0 comments on commit feaa92f

Please # to comment.