Skip to content

Commit ef01dd5

Browse files
committed
The new vite + esbuild process changed the directory output files are placed in. Updating dockerfile to fix
1 parent 70df820 commit ef01dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ RUN pnpm prune --prod
2222

2323
FROM nginx:latest AS deploy
2424
WORKDIR /app
25-
COPY --from=build /app/dist/reprogleorg /usr/share/nginx/html
25+
COPY --from=build /app/dist/reprogleorg/browser /usr/share/nginx/html
2626
COPY --from=dependencies /app/nginx.conf /etc/nginx/conf.d/default.conf
2727
EXPOSE 80

0 commit comments

Comments
 (0)