This website requires JavaScript.
Explore
Help
Sign In
jason
/
Jnf.me
Watch
1
Star
0
Fork
0
Code
Pull Requests
Actions
Activity
Files
caprover
Jnf.me
/
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
Refactoring and updating code for deployment to a caprover server
2025-01-06 13:10:45 -07:00
FROM
docker.io/nginx:1-alpine
COPY
nginx.conf /etc/nginx/conf.d/default.conf
COPY
./www /www
Copy Permalink