Skip to content

Commit 54db4f6

Browse files
authored
change based dir
1 parent 4308903 commit 54db4f6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ ENV DB_USER_PASSWORD=IMISuserP@s
77
ENV DB_NAME=IMIS
88
ENV DB_USER=IMISUser
99
ENV INIT_MODE=empty
10-
RUN mkdir -p /app
11-
COPY script/* /app/
12-
COPY sql /app/sql
13-
WORKDIR /app
10+
11+
RUN mkdir -p /home/mssql/app
12+
COPY script/* /home/mssql/app/
13+
COPY sql /home/mssql/app/sql
14+
WORKDIR /home/mssql/app
1415
RUN chmod a+x /app/*.sh
1516
CMD /bin/bash ./entrypoint.sh

0 commit comments

Comments
 (0)