Update Dockerfile

This commit is contained in:
Milos Stojanovic
2022-05-24 15:14:56 +02:00
committed by GitHub
parent 9f58db0c90
commit 8a66af3e2e

View File

@@ -1,6 +1,6 @@
FROM php:7-apache-buster
ENV APACHE_DOCUMENT_ROOT=/var/www/filegator/
ENV APACHE_DOCUMENT_ROOT=/var/www/filegator/dist/
RUN apt-get update > /dev/null && \
# Install and enable php zip extension