fix start command for dockerfile
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
mightypanders 2022-03-06 18:20:15 +01:00
parent 73090f71a1
commit 828a8e7445

View File

@ -8,4 +8,4 @@ COPY server ./server
RUN yarn install --production
RUN yarn run build
CMD ["yarn run start"]
CMD ["yarn","start"]