upgrade to rc5 with breaking changes

This commit is contained in:
2024-10-16 15:36:47 +05:30
parent da100fcfb5
commit 1a8d961240
25 changed files with 4616 additions and 3588 deletions

View File

@ -42,9 +42,9 @@ RUN apk add --no-cache python3 && \
else echo "Lockfile not found." && exit 1; \
fi
COPY --from=builder /app/dist ./
COPY --from=builder /app/.medusa/server ./
COPY --from=builder /app/static ./static
COPY medusa-config.js develop.sh tsconfig.json ./
COPY medusa-config.ts develop.sh tsconfig.json ./
# Set environment variable for the port (default is optional)
ENV PORT=9000