change start to dev

This commit is contained in:
Karol Wypchlo 2021-02-03 15:16:28 +01:00
parent 2f530f0767
commit eab2d27a68
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ COPY tailwind.config.js .
ENV NEXT_TELEMETRY_DISABLED 1
RUN yarn --no-lockfile && yarn build
CMD ["yarn", "start"]
CMD ["yarn", "dev"]