aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorEmiliano Ciavatta2021-07-28 11:00:36 +0000
committerEmiliano Ciavatta2021-07-28 11:00:36 +0000
commit489ae5c7c65e7f60c3a0e5dc86b1e669e7bf67b5 (patch)
tree590d7c7196605051739d9b330a739eb1feee3db8 /Dockerfile
parentc6b52a15fbbdbf4e9a089cc0b58fc82252d6f71b (diff)
Update test backend dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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