asdas
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 4m46s

This commit is contained in:
2025-12-05 21:16:46 -05:00
parent fb6c02fb00
commit d7361a5937

View File

@@ -19,14 +19,10 @@ RUN yarn install --immutable
# RUN yarn typecheck
# Build app
COPY . .
# Start the app
RUN yarn build
USER node
# Start the app
EXPOSE 80
EXPOSE 3000
CMD ["yarn", "start"]