From eab2d27a683d751a15761ba636b7cfb44b02234d Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Wed, 3 Feb 2021 15:16:28 +0100 Subject: [PATCH] change start to dev --- packages/dashboard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dashboard/Dockerfile b/packages/dashboard/Dockerfile index 18d5c3b5..49fd06e0 100644 --- a/packages/dashboard/Dockerfile +++ b/packages/dashboard/Dockerfile @@ -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"]