This commit is contained in:
ekazak
2022-10-05 18:27:09 +02:00
parent e919d1043f
commit 6e16410145

View File

@@ -22,6 +22,7 @@ COPY nginx /etc/nginx
COPY htdocs /var/www COPY htdocs /var/www
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
WORKDIR /var/www WORKDIR /var/www