From 129dee07a9d4517d005cd4fdc986537e8971bf66 Mon Sep 17 00:00:00 2001 From: wajeht <58354193+wajeht@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:19:00 -0500 Subject: [PATCH] chore: wip --- Dockerfile.prod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.prod b/Dockerfile.prod index 8a872f8..9b848ae 100644 --- a/Dockerfile.prod +++ b/Dockerfile.prod @@ -26,6 +26,8 @@ EXPOSE 80 HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD curl -f http://localhost:80/healthz || exit 1 +# asdf + ENV APP_ENV production CMD ["node", "--no-warnings", "dist/src/server.js"]