Archived
1
0
This repository has been archived on 2025-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
404-page/Dockerfile
Niklas Amundsson c5a3347e34
All checks were successful
404 page build / page-build (push) Successful in 55s
add dockerfile and gitea workflow
2025-02-21 20:45:50 +01:00

3 lines
58 B
Docker

FROM nginx:latest
COPY src /usr/share/nginx/html
EXPOSE 80