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
master
west-wickham-village
/
Dockerfile
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
5 lines
94 B
Docker
Raw
Permalink
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