Add nginx.conf
This commit is contained in:
@@ -10,4 +10,5 @@ RUN npm run build
|
||||
|
||||
FROM nginx:alpine-slim
|
||||
COPY --from=build /app/build /usr/share/nginx/html
|
||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||||
RUN chown -R nginx:nginx /usr/share/nginx/html
|
||||
Reference in New Issue
Block a user