Automatically build a docker image to ghcr.io

This commit is contained in:
ItsDrike 2022-11-20 16:32:28 +01:00
parent d68f4e0555
commit 0233475d00
No known key found for this signature in database
GPG key ID: B014E761034AF742
3 changed files with 122 additions and 0 deletions

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM nginx:alpine
COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./public/ /usr/share/nginx/html