Fix
This commit is contained in:
parent
d73d0234e1
commit
38a67bbac0
@ -13,8 +13,8 @@ RUN install-php-extensions \
|
|||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
# Set up entrypoint script
|
# Set up entrypoint script
|
||||||
COPY ./docker/entrypoint.sh /usr/local/bin/entrypoint.sh
|
COPY ./entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||||
COPY ./docker/.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 touch /app/database/database.sqlite && chmod 777 /app/database/database.sqlite
|
RUN touch /app/database/database.sqlite && chmod 777 /app/database/database.sqlite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user