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 7073bb4 commit d1e46cdCopy full SHA for d1e46cd
docker/Dockerfile
@@ -10,4 +10,4 @@ WORKDIR /member-api-v6
10
# Install the dependencies from package.json
11
RUN yarn
12
13
-CMD ["sh", "-c", "npx prisma migrate deploy && node app.js"]
+CMD node app.js
0 commit comments