fix start command for dockerfile
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
mightypanders 2022-03-06 18:20:15 +01:00
parent 73090f71a1
commit 828a8e7445
1 changed files with 1 additions and 1 deletions

View File

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