mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 11:13:02 +01:00
Fix issues with the Docker build process..
Yeah, it's late..
This commit is contained in:
parent
dd7d1d35a3
commit
51bf7d2742
@ -33,7 +33,9 @@ RUN npm run build
|
||||
# Prepare the final image
|
||||
FROM bitnami/php-fpm:7.2-prod
|
||||
|
||||
WORKDIR /app
|
||||
COPY ./ /app
|
||||
COPY ./.env.example /app/.env
|
||||
|
||||
# Copy the PHP config files
|
||||
COPY ./resources/docker/php/php.ini /opt/bitnami/php/etc/conf.d/php.ini
|
||||
|
Loading…
x
Reference in New Issue
Block a user