We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7441a6 commit a82cff0Copy full SHA for a82cff0
deploys/docker/server/Dockerfile
@@ -22,6 +22,7 @@ COPY backend/target/release/to_proto_id__server_release /opt/to_proto_id
22
COPY backend/target/release/generate_preview_images__server_release /opt/generate_preview_images
23
24
# Flutter web app release (served from the filesystem by Rocket within Jonline)
25
+RUN mkdir -p frontends/flutter/build/web/
26
COPY frontends/flutter/build/web/ /opt/flutter_web
27
28
# Tamagui web app release (served from the filesystem by Rocket within Jonline)
0 commit comments