Use nginx config
This commit is contained in:
@ -13,6 +13,7 @@ RUN npm i && npm run build
|
||||
|
||||
# nginx state for serving content
|
||||
FROM nginx:alpine
|
||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||||
# Set working directory to nginx asset directory
|
||||
WORKDIR /usr/share/nginx/html
|
||||
# Remove default nginx static assets
|
||||
|
Reference in New Issue
Block a user