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