Skip to content

Commit ec6bb44

Browse files
authored
Update Dockerfile
1 parent 4a80c54 commit ec6bb44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ ENV SA_PASSWORD=IMISuserP@s
66
ENV DB_USER_PASSWORD=IMISuserP@s
77
ENV DB_NAME=IMIS
88
ENV DB_USER=IMISUser
9+
ENV INIT_MODE=none
910
RUN mkdir -p /app
1011
COPY script/* /app/
1112
COPY sql /app/sql
1213
WORKDIR /app
13-
ENV INIT_MODE=none
1414
RUN chmod a+x /app/*.sh
1515
CMD /bin/bash ./entrypoint.sh

0 commit comments

Comments
 (0)