fix 404
This commit is contained in:
@@ -23,5 +23,7 @@ RUN npm run build
|
||||
FROM nginx:latest as prod
|
||||
|
||||
COPY --from=builder /usr/src/app/dist /usr/share/nginx/html
|
||||
ADD default.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
|
||||
Reference in New Issue
Block a user