mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-06-29 08:10:41 +00:00
Automatically build a docker image to ghcr.io
This commit is contained in:
parent
d68f4e0555
commit
0233475d00
3 changed files with 122 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM nginx:alpine
|
||||
|
||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ./public/ /usr/share/nginx/html
|
Loading…
Add table
Add a link
Reference in a new issue