diff --git a/Dockerfile b/Dockerfile index eb56d30..fb8ac3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN yarn install --production && yarn cache clean COPY . /app ENV NODE_ENV production -ENTRYPOINT ["bin/server"] +ENTRYPOINT ["node", "-r", "esm", "./bin/server"]