fix: corregir path de static files en Dockerfile — copiar web files a ./web en lugar de ./apps/backend/web
This commit is contained in:
@@ -31,7 +31,7 @@ COPY --from=deps /app/package.json ./
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY --from=backend-build /app/apps/backend ./apps/backend
|
||||
COPY --from=backend-build /app/packages/common ./packages/common
|
||||
COPY --from=frontend-build /app/apps/backend/web ./apps/backend/web
|
||||
COPY --from=frontend-build /app/apps/backend/web ./web
|
||||
|
||||
COPY apps/backend/docker-entrypoint.sh /usr/local/bin/
|
||||
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user