remove the second section
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m52s

This commit is contained in:
2025-12-05 21:10:21 -05:00
parent 4877403be2
commit fb6c02fb00

View File

@@ -18,14 +18,11 @@ RUN yarn install --immutable
# Type check app
# RUN yarn typecheck
COPY . .
FROM base AS runner
# Build app
COPY . .
# Start the app
RUN yarn build
USER node