diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |