From 57cf0d52a540ae317668e9d1c8b231758e9b0278 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Sat, 20 Feb 2021 16:16:06 +0100 Subject: [PATCH] move build to cmd --- packages/dashboard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dashboard/Dockerfile b/packages/dashboard/Dockerfile index e2bc0d09..f844b534 100644 --- a/packages/dashboard/Dockerfile +++ b/packages/dashboard/Dockerfile @@ -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"]