Skip to content

Commit 0ccca14

Browse files
authored
install app in the workdir
1 parent 25d520b commit 0ccca14

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ 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+
RUN mkdir -p app
10+
COPY script/* app/
11+
COPY sql app/sql
12+
WORKDIR app
13+
RUN chmod a+x app/*.sh
1414
CMD /bin/bash ./entrypoint.sh

0 commit comments

Comments
 (0)