This commit is contained in:
parent
38a67bbac0
commit
aedb8862ec
@ -17,6 +17,7 @@ COPY ./entrypoint.sh /usr/local/bin/entrypoint.sh
|
|||||||
COPY ./.env.docker /app/.env
|
COPY ./.env.docker /app/.env
|
||||||
RUN chmod +x /usr/local/bin/entrypoint.sh
|
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||||
|
|
||||||
|
RUN mkdir -p /app/database
|
||||||
RUN touch /app/database/database.sqlite && chmod 777 /app/database/database.sqlite
|
RUN touch /app/database/database.sqlite && chmod 777 /app/database/database.sqlite
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
Loading…
x
Reference in New Issue
Block a user