Skip to content

Commit 1783abc

Browse files
committed
update dockerfile cmd
1 parent 6a58b26 commit 1783abc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ RUN npm install --only=production
3333
COPY --from=build-runner /tmp/app/build /app/build
3434

3535
# Start bot
36-
CMD [ "npm", "run", "start" ]
36+
CMD [ "npm", "start" ]

0 commit comments

Comments
 (0)