mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 21:44:51 +00:00
6 lines
129 B
Docker
6 lines
129 B
Docker
FROM nginx:1.20-alpine
|
|
|
|
COPY docker/nginx /etc/nginx/conf.d/
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
COPY public/ /var/www/public/
|