1
0
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:
Kovah 2019-03-23 00:20:35 +01:00
parent dd7d1d35a3
commit 51bf7d2742
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -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