Fixed path in Dockerfile
(cherry picked from commit f98e9adf196319f075b5c95bdf91a1f1ecb29a4b)
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ WORKDIR /app
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Precompile tmail flutter
|
# Precompile tmail flutter
|
||||||
RUN bash prebuild.sh
|
RUN ./scripts/prebuild.sh
|
||||||
# Build flutter for web
|
# Build flutter for web
|
||||||
RUN flutter build web --release
|
RUN flutter build web --release
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user