Fix
This commit is contained in:
@@ -27,7 +27,7 @@ COPY nginx.conf /etc/nginx/sites-available/default
|
||||
RUN rm -rf /usr/share/nginx/html/*
|
||||
|
||||
# Copy frontend dist folder to nginx html directory
|
||||
COPY --from=build-frontend /app/dist /usr/share/nginx/html
|
||||
COPY --from=build-frontend /app/dist/browser /usr/share/nginx/html
|
||||
|
||||
# Copy backend from the correct build stage
|
||||
COPY --from=build-backend /app/publish /app
|
||||
|
||||
Reference in New Issue
Block a user