updated docker container build

This commit is contained in:
Sebastian Wendel 2022-12-20 07:29:00 +01:00
parent 41e828c48a
commit 945fb8fbfb
No known key found for this signature in database
GPG key ID: 1422B7DF78144640

View file

@ -2,4 +2,7 @@ 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