diff --git a/Dockerfile b/Dockerfile index 7a6145b..b58c2a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,5 @@ RUN --mount=type=cache,target=/app/.yarn/cache yarn workspaces focus --productio COPY ./dist ./dist COPY ./locales ./locales +ENTRYPOINT [] CMD ["node", "dist/index.js"]