This website requires JavaScript.
Explore
Help
Sign In
jason
/
YouCock
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Activity
Files
master
YouCock
/
Dockerfile
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
3 lines
92 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
Transition from busybox httpd to nginx
2025-01-09 08:36:17 -07:00
FROM
docker.io/nginx:1-alpine
COPY
nginx.conf /etc/nginx/conf.d/default.conf
COPY
./www /www
Reference in New Issue
Copy Permalink