mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2026-03-07 10:37:58 +00:00
Add nginx stuff
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM nginx:latest
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
COPY ./public /var/www/static
|
||||
|
||||
RUN nginx -t
|
||||
|
||||
Reference in New Issue
Block a user