Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d0e3433a6 |
@@ -48,7 +48,7 @@ WORKDIR /app
|
||||
COPY --from=builder /app/apps/web/public ./apps/web/public
|
||||
COPY --from=builder /app/apps/web/.next/standalone ./
|
||||
COPY --from=builder /app/apps/web/.next/static ./apps/web/.next/static
|
||||
COPY --from=builder /app/apps/web/.next/cache ./apps/web/.next/cache
|
||||
|
||||
|
||||
# Start from the app directory to ensure references solve correctly
|
||||
WORKDIR /app/apps/web
|
||||
|
||||
Reference in New Issue
Block a user