diff --git a/apps/api/Dockerfile b/apps/api/Dockerfile index 4d9a13b..a3dce00 100644 --- a/apps/api/Dockerfile +++ b/apps/api/Dockerfile @@ -14,4 +14,4 @@ COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/package.json ./package.json EXPOSE 4000 -CMD ["node", "build/index.js"] \ No newline at end of file +CMD ["node", ".build/index.js"] \ No newline at end of file