We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70df820 commit ef01dd5Copy full SHA for ef01dd5
Dockerfile
@@ -22,6 +22,6 @@ RUN pnpm prune --prod
22
23
FROM nginx:latest AS deploy
24
WORKDIR /app
25
-COPY --from=build /app/dist/reprogleorg /usr/share/nginx/html
+COPY --from=build /app/dist/reprogleorg/browser /usr/share/nginx/html
26
COPY --from=dependencies /app/nginx.conf /etc/nginx/conf.d/default.conf
27
EXPOSE 80
0 commit comments