1
Fork 0
theorangeone.net-legacy/prod/Dockerfile
Jake Howard b7661b5b02
Add a dockerfile
Might be useful soon...
2022-02-13 16:04:23 +00:00

5 lines
100 B
Docker

FROM nginx:alpine
COPY prod/nginx.conf /etc/nginx/nginx.conf
COPY ./public/ /usr/share/nginx/html