Skip to content

Commit

Permalink
fix - start command
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip committed Jan 29, 2025
1 parent c2d213d commit e2a57f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers/faAutopost/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ RUN npm ci --omit=dev
COPY ./workers/faAutopost/. .

# start up the bot
CMD [ "npm", "startLegacy" ]
CMD [ "npm", "run", "startLegacy" ]

0 comments on commit e2a57f7

Please sign in to comment.