Fixed path in Dockerfile

(cherry picked from commit f98e9adf196319f075b5c95bdf91a1f1ecb29a4b)
This commit is contained in:
Nguyen Thai
2024-01-11 10:02:48 +07:00
committed by Dat H. Pham
parent 3c7c7249d7
commit a4e9f21a4b
+1 -1
View File
@@ -9,7 +9,7 @@ WORKDIR /app
COPY . .
# Precompile tmail flutter
RUN bash prebuild.sh
RUN ./scripts/prebuild.sh
# Build flutter for web
RUN flutter build web --release