change start to dev
This commit is contained in:
parent
2f530f0767
commit
eab2d27a68
|
@ -12,4 +12,4 @@ COPY tailwind.config.js .
|
||||||
|
|
||||||
ENV NEXT_TELEMETRY_DISABLED 1
|
ENV NEXT_TELEMETRY_DISABLED 1
|
||||||
RUN yarn --no-lockfile && yarn build
|
RUN yarn --no-lockfile && yarn build
|
||||||
CMD ["yarn", "start"]
|
CMD ["yarn", "dev"]
|
||||||
|
|
Reference in New Issue