nginx.conf
This commit is contained in:
@@ -14,5 +14,6 @@ RUN quasar build
|
||||
# production stage
|
||||
FROM nginx:1.17.5-alpine as production-stage
|
||||
COPY --from=build-stage /app/dist/spa /usr/share/nginx/html
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
|
||||
Reference in New Issue
Block a user