Skip to content

Commit 56c1f78

Browse files
author
Damian Borowiecki
authored
Change type of env INIT_MODE from 'empty' to empty
1 parent ddfe0e6 commit 56c1f78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
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=empty
1414
RUN chmod a+x /app/*.sh
15-
CMD /bin/bash ./entrypoint.sh
15+
CMD /bin/bash ./entrypoint.sh

0 commit comments

Comments
 (0)