Skip to content

Commit d1d3d99

Browse files
committed
fix: Dockerfile 403 error
1 parent e6b2c38 commit d1d3d99

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ RUN chown -R nginx:nginx /var/cache/nginx && \
4646
RUN rm -rf /usr/share/nginx/html/*
4747

4848
# Copy built application with proper ownership
49-
COPY --from=builder --chown=nginx:nginx /app/dist /usr/share/nginx/html
50-
49+
COPY --from=builder --chown=nginx:nginx /app/dist/client /usr/share/nginx/html
5150
# Remove default nginx config
5251
RUN rm /etc/nginx/conf.d/default.conf
5352

0 commit comments

Comments
 (0)