diff --git a/.github/deployment/node/Dockerfile b/.github/deployment/node/Dockerfile index 9555c940c7..0585da280e 100644 --- a/.github/deployment/node/Dockerfile +++ b/.github/deployment/node/Dockerfile @@ -13,4 +13,6 @@ RUN apt-get update && \ # Enable jemalloc by preloading the library ENV LD_PRELOAD=libjemalloc.so.2 +EXPOSE 3010 + CMD ["node", "./dist/main.js"]