diff options
author | Emiliano Ciavatta | 2021-07-28 11:00:36 +0000 |
---|---|---|
committer | Emiliano Ciavatta | 2021-07-28 11:00:36 +0000 |
commit | 489ae5c7c65e7f60c3a0e5dc86b1e669e7bf67b5 (patch) | |
tree | 590d7c7196605051739d9b330a739eb1feee3db8 /Dockerfile | |
parent | c6b52a15fbbdbf4e9a089cc0b58fc82252d6f71b (diff) |
Update test backend dockerfile
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 |