This commit is contained in:
Strix 2024-05-01 21:24:25 +02:00
commit dd41675a2f
5 changed files with 250 additions and 0 deletions

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM nginx:latest
COPY ./public/ /usr/share/nginx/html