move build to cmd
This commit is contained in:
parent
51d102aceb
commit
57cf0d52a5
|
@ -11,4 +11,4 @@ COPY tailwind.config.js .
|
|||
|
||||
ENV NEXT_TELEMETRY_DISABLED 1
|
||||
RUN yarn --no-lockfile
|
||||
CMD ["sh", "-c", "yarn build;", "yarn start"]
|
||||
CMD ["sh", "-c", "yarn build && yarn start"]
|
||||
|
|
Reference in New Issue