aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
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