master
Ermis Wieger 2024-06-13 11:53:59 +02:00
parent dfb0797b09
commit a06be73415
4 changed files with 1 additions and 15 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
initdbfilesync.tar

View File

@ -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"]

View File

1
setenv
View File

@ -1 +0,0 @@
export SMARTIT_DB_TYPE="$SMARTIT_DB_TYPE"