From 489ae5c7c65e7f60c3a0e5dc86b1e669e7bf67b5 Mon Sep 17 00:00:00 2001 From: Emiliano Ciavatta Date: Wed, 28 Jul 2021 13:00:36 +0200 Subject: Update test backend dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 4fb71a3..0573a6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ WORKDIR /caronte-frontend COPY ./frontend ./ -RUN yarnpkg install && yarnpkg build --production=true +RUN yarn install && yarn build --production=true # LAST STAGE -- cgit v1.2.3-70-g09d2