mirror of
https://github.com/KevinMidboe/k9e.no.git
synced 2026-01-04 16:25:53 +00:00
Dockerfile & nginx config for static files
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ./build .
|
||||
Reference in New Issue
Block a user