fix start command for dockerfile
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
73090f71a1
commit
828a8e7445
|
@ -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"]
|
||||||
|
|
Loading…
Reference in New Issue