We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b9f0c commit 019ca41Copy full SHA for 019ca41
docker/api/Dockerfile
@@ -47,4 +47,4 @@ COPY --from=build /app/node_modules ./node_modules
47
COPY ./package.json ./
48
49
# Start the application
50
-CMD ["node", "./build/index.js"]
+CMD ["node", "./build/api/index.js"]
0 commit comments