Add build files in production
This commit is contained in:
parent
3cea0a77c9
commit
631c878c9b
4
docker/nginx/Dockerfile.prod
Normal file
4
docker/nginx/Dockerfile.prod
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
FROM nginx:1.22.0-alpine
|
||||||
|
|
||||||
|
COPY ./etc/nginx/conf.d/ /etc/nginx/conf.d/
|
||||||
|
COPY ../../build/ /var/www/html/
|
||||||
Loading…
Reference in New Issue
Block a user