delete unnecessary comments

This commit is contained in:
Sebastian Wendel 2022-12-20 07:36:45 +01:00
parent bb7b4c579e
commit 2ae26d82c1
No known key found for this signature in database
GPG Key ID: 1422B7DF78144640
1 changed files with 0 additions and 3 deletions

View File

@ -2,7 +2,4 @@ FROM nginx:alpine
WORKDIR /usr/share/nginx/html
# RUN rm -rf /usr/share/nginx/html && \
# mkdir /usr/share/nginx/html
COPY ./site /usr/share/nginx/html