fix_build
This commit is contained in:
@@ -7,6 +7,6 @@ RUN npm run build:prod
|
|||||||
|
|
||||||
FROM nginx:mainline
|
FROM nginx:mainline
|
||||||
COPY frontend/nginx/default.conf /etc/nginx/conf.d/default.conf
|
COPY frontend/nginx/default.conf /etc/nginx/conf.d/default.conf
|
||||||
COPY --from=build /app/dist/mikrotik-backup-system/browser /usr/share/nginx/html
|
COPY --from=build /app/dist/*/browser /usr/share/nginx/html
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
|||||||
Reference in New Issue
Block a user