1
0
Fork 0
mirror of https://codeberg.org/Mo8it/How_To_Linux.git synced 2024-10-18 14:12:38 +00:00

Add Containerfile

This commit is contained in:
Mo 2023-08-14 04:43:02 +02:00
parent dd7f1941fc
commit 3d399b5417
2 changed files with 6 additions and 0 deletions

2
.containerignore Normal file
View file

@ -0,0 +1,2 @@
Containerfile
.containerignore

4
Containerfile Normal file
View file

@ -0,0 +1,4 @@
FROM docker.io/library/nginx:alpine
EXPOSE 80
COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./book/ /usr/share/nginx/html/