We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a58b26 commit 1783abcCopy full SHA for 1783abc
1 file changed
Dockerfile
@@ -33,4 +33,4 @@ RUN npm install --only=production
33
COPY --from=build-runner /tmp/app/build /app/build
34
35
# Start bot
36
-CMD [ "npm", "run", "start" ]
+CMD [ "npm", "start" ]
0 commit comments