diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 2f79f2e..1b45da7 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -7,6 +7,6 @@ RUN npm run build:prod FROM nginx:mainline 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 CMD ["nginx", "-g", "daemon off;"]