Revert yandex ab-test
All checks were successful
Deploy / build-and-publish (push) Successful in 2m17s
Deploy / deploy (push) Successful in 22s

This commit is contained in:
2025-02-02 18:02:52 +03:00
parent 856ef353b5
commit 2a28be702c
3 changed files with 33 additions and 57 deletions

View File

@@ -13,7 +13,4 @@ COPY --from=builder /app/node_modules node_modules/
COPY package.json .
EXPOSE 3000
ENV NODE_ENV=production
HEALTHCHECK CMD curl --fail http://localhost:3000 || exit 1
CMD [ "node", "build" ]