website/Dockerfile
2024-07-27 00:32:35 +00:00

4 lines
No EOL
77 B
Docker

FROM lipanski/docker-static-website:latest
# Copy your static files
COPY . .