Add Dockerfile

This commit is contained in:
nin0dev 2024-07-27 00:32:35 +00:00
parent eb216bb3da
commit 20a423fb4e

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM lipanski/docker-static-website:latest
# Copy your static files
COPY . .