Skip to content

Commit

Permalink
change based dir
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip authored Aug 29, 2024
1 parent 4308903 commit 54db4f6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ ENV DB_USER_PASSWORD=IMISuserP@s
ENV DB_NAME=IMIS
ENV DB_USER=IMISUser
ENV INIT_MODE=empty
RUN mkdir -p /app
COPY script/* /app/
COPY sql /app/sql
WORKDIR /app

RUN mkdir -p /home/mssql/app
COPY script/* /home/mssql/app/
COPY sql /home/mssql/app/sql
WORKDIR /home/mssql/app
RUN chmod a+x /app/*.sh
CMD /bin/bash ./entrypoint.sh

0 comments on commit 54db4f6

Please sign in to comment.