mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 03:04:05 +00:00
Refactor CI, Build docker on push
This commit is contained in:
5
docker/nginx.Dockerfile
Normal file
5
docker/nginx.Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
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/
|
||||
Reference in New Issue
Block a user