Dockerfile - Add new stage for minify js file (#1922)
* Dockerfile - Add new stage for minify js file (cherry picked from commit bd18e68caa66670f5b5a4c511c60030e029db88d)
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
# Precompile tmail flutter
|
||||
RUN bash prebuild.sh && flutter build web --profile
|
||||
RUN bash prebuild.sh && flutter build web --release
|
||||
|
||||
# Stage 2 - Create the run-time image
|
||||
FROM nginx:mainline
|
||||
|
||||
Reference in New Issue
Block a user