Skip to content

Commit 4a80c54

Browse files
authored
Update Dockerfile
1 parent 56c1f78 commit 4a80c54

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
@@ -10,6 +10,6 @@ RUN mkdir -p /app
1010
COPY script/* /app/
1111
COPY sql /app/sql
1212
WORKDIR /app
13-
ENV INIT_MODE=empty
13+
ENV INIT_MODE=none
1414
RUN chmod a+x /app/*.sh
1515
CMD /bin/bash ./entrypoint.sh

0 commit comments

Comments
 (0)