mirror of
https://github.com/morten-olsen/github-backup.git
synced 2026-02-08 01:36:24 +01:00
Fixed file permissions
This commit is contained in:
@@ -9,7 +9,7 @@ RUN yarn bundle
|
||||
|
||||
FROM node:alpine
|
||||
COPY entry.sh /entry.sh
|
||||
RUN chmod 711 /entry.sh && apk update && apk add git
|
||||
RUN chmod 755 /entry.sh && apk update && apk add git
|
||||
COPY --from=BuildEnv /app/dist /app
|
||||
CMD ["schedule"]
|
||||
ENTRYPOINT ["/entry.sh"]
|
||||
|
||||
Reference in New Issue
Block a user