Skip to content

Commit d1e46cd

Browse files
committed
Build error fix
1 parent 7073bb4 commit d1e46cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ WORKDIR /member-api-v6
1010
# Install the dependencies from package.json
1111
RUN yarn
1212

13-
CMD ["sh", "-c", "npx prisma migrate deploy && node app.js"]
13+
CMD node app.js

0 commit comments

Comments
 (0)