We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d520b commit 0ccca14Copy full SHA for 0ccca14
1 file changed
Dockerfile
@@ -6,9 +6,9 @@ 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
+RUN mkdir -p app
+COPY script/* app/
+COPY sql app/sql
+WORKDIR app
+RUN chmod a+x app/*.sh
14
CMD /bin/bash ./entrypoint.sh
0 commit comments