mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
8 lines
127 B
Docker
8 lines
127 B
Docker
FROM nginx:1.17-alpine
|
|
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
|
|
COPY ./ /var/www
|
|
COPY ./uffizzi/nginx/nginx /etc/nginx/conf.d/
|
|
|