Docker config added

This commit is contained in:
Wojciech Czop
2021-04-16 17:29:57 +02:00
parent 332c6ce179
commit 05174a4832
2 changed files with 17 additions and 0 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM nginx:stable-alpine
COPY ./css/ /usr/share/nginx/html/css/
COPY ./index.html /usr/share/nginx/html
COPY ./logo.png /usr/share/nginx/html
COPY ./styles.css /usr/share/nginx/html
COPY ./common.css /usr/share/nginx/html
COPY ./favicon.ico /usr/share/nginx/html