cleanup
parent
dfb0797b09
commit
a06be73415
|
|
@ -0,0 +1 @@
|
|||
initdbfilesync.tar
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
FROM alpine:3.20.0
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY utilities /app/utilities/
|
||||
COPY entrypoint.sh /app/docker-entrypoint.sh
|
||||
|
||||
RUN ["chmod", "+x", "/app/docker-entrypoint.sh"]
|
||||
RUN ["chmod", "+x", "/app/utilities/DBFileSync.sh"]
|
||||
RUN ["chmod", "+x", "/app/utilities/DBFileSync.jar"]
|
||||
|
||||
ENTRYPOINT ["/app/docker-entrypoint.sh"]
|
||||
|
||||
CMD ["sh"]
|
||||
Loading…
Reference in New Issue