diff --git a/Dockerfile b/Dockerfile index 67c71cf..b37a744 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN npm install -g pnpm && \ COPY . . -RUN pnpm build +RUN npm build EXPOSE 3000