cleanup messages

This commit is contained in:
Lee
2023-07-04 16:48:37 +01:00
parent 16f920d0b4
commit 0054cf076d
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,6 @@ apt install nginx php-fpm php-gd -y
# Set up nginx
COPY ./docker/nginx.conf /etc/nginx/nginx.conf
RUN mkdir -p /var/www/html
# Setup scripts
COPY ./docker/start.sh /start.sh