diff options
author | JJ | 2024-07-19 00:36:19 +0000 |
---|---|---|
committer | JJ | 2024-07-19 00:36:19 +0000 |
commit | 74b133ca50b094231721e82ac94448e28b0aa377 (patch) | |
tree | 80cf3d316a081793ea5360c8a350963f2d22868c /Dockerfile | |
parent | 2beddfc17cf736844cffe6a94bf647afc4796423 (diff) |
fix builds
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -38,8 +38,7 @@ RUN pnpm install && pnpm build # LAST STAGE -FROM ubuntu:20.04 - +FROM ubuntu:22.04 COPY --from=BACKEND_BUILDER /caronte/build /opt/caronte COPY --from=FRONTEND_BUILDER /caronte-frontend/build /opt/caronte/frontend/build |