diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3584893 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +initdbfilesync.tar \ No newline at end of file diff --git a/Dockerfile_new b/Dockerfile_new deleted file mode 100644 index fcafee7..0000000 --- a/Dockerfile_new +++ /dev/null @@ -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"] \ No newline at end of file diff --git a/StartDBFileSync b/StartDBFileSync deleted file mode 100644 index e69de29..0000000 diff --git a/setenv b/setenv deleted file mode 100755 index d081c84..0000000 --- a/setenv +++ /dev/null @@ -1 +0,0 @@ -export SMARTIT_DB_TYPE="$SMARTIT_DB_TYPE" \ No newline at end of file