We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccca14 commit ceb1f1dCopy full SHA for ceb1f1d
1 file changed
Dockerfile
@@ -6,9 +6,7 @@ ENV SA_PASSWORD=IMISuserP@s
6
ENV DB_USER_PASSWORD=IMISuserP@s
7
ENV DB_NAME=IMIS
8
ENV DB_USER=IMISUser
9
-RUN mkdir -p app
10
-COPY script/* app/
11
-COPY sql app/sql
12
-WORKDIR app
13
-RUN chmod a+x app/*.sh
+COPY script/* ./
+COPY sql ./sql
+RUN chmod a+x ./*.sh
14
CMD /bin/bash ./entrypoint.sh
0 commit comments