mirror of
https://codeberg.org/Mo8it/How_To_Linux.git
synced 2024-11-22 06:28:02 +00:00
Add Containerfile
This commit is contained in:
parent
dd7f1941fc
commit
3d399b5417
2 changed files with 6 additions and 0 deletions
2
.containerignore
Normal file
2
.containerignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Containerfile
|
||||||
|
.containerignore
|
4
Containerfile
Normal file
4
Containerfile
Normal 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/
|
Loading…
Reference in a new issue