Update Dockerfile

This commit is contained in:
Twilight
2024-04-17 19:28:32 +08:00
committed by GitHub
parent af3f562998
commit 0a140643b6

View File

@@ -2,7 +2,6 @@ FROM debian:latest
RUN apt update && apt install -y nginx
COPY ./warmweb/ /var/www/html
COPY ./warmwebconf/default /etc/nginx/conf.d/
RUN rm /etc/nginx/sites-enabled/default
RUN echo "server {" > /etc/nginx/conf.d/default.conf && \