Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Apr 12, 2024
1 parent ec4dccf commit b7748f9
Showing 1 changed file 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 .
COPY sync-etc .
ENTRYPOINT ["./sync-etc"]

0 comments on commit b7748f9

Please sign in to comment.