This website requires JavaScript.
Explore
Help
Register
Sign In
kevinhermes
/
west-wickham-village
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
301b2d227779fd848e931206baeb03e9177a530c
west-wickham-village
/
Dockerfile
T
5 lines
94 B
Docker
Raw
Normal View
History
Unescape
Escape
Add Dockerfile and docker-compose.yml to run site locally
2026-04-19 22:08:43 +00:00
FROM
nginx:alpine
COPY
. /usr/share/nginx/html
EXPOSE
8080
CMD
[
"nginx"
,
"-g"
,
"daemon off;"
]
Reference in New Issue
Copy Permalink