1
Fork 0
theorangeone.net-legacy/prod/Dockerfile

6 lines
100 B
Text
Raw Permalink Normal View History

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