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