This website requires JavaScript.
Explore
Help
Sign In
Infrastructure
/
tylerperkins.xyz
Watch
2
Star
1
Fork
0
You've already forked tylerperkins.xyz
Code
Issues
Pull Requests
Packages
Activity
master
tylerperkins.xyz
/
Dockerfile
8 lines
102 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
Add nginx stuff
2024-11-17 01:14:13 +00:00
FROM
nginx:latest
COPY
nginx.conf /etc/nginx/nginx.conf
COPY
./public /var/www/static
RUN
nginx -t
Reference in New Issue
Copy Permalink