Skip to content

Commit ceb1f1d

Browse files
authored
Update Dockerfile
1 parent 0ccca14 commit ceb1f1d

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ ENV SA_PASSWORD=IMISuserP@s
66
ENV DB_USER_PASSWORD=IMISuserP@s
77
ENV DB_NAME=IMIS
88
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
9+
COPY script/* ./
10+
COPY sql ./sql
11+
RUN chmod a+x ./*.sh
1412
CMD /bin/bash ./entrypoint.sh

0 commit comments

Comments
 (0)