This website requires JavaScript.
Explore
Help
Sign In
tyler
/
tylerperkins.xyz
Watch
1
Star
0
Fork
0
You've already forked tylerperkins.xyz
mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced
2025-01-09 11:27:58 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
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