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:
vttran
2023-06-15 10:56:58 +07:00
committed by Dat H. Pham
parent c6b76afe69
commit d999b24168
+1 -1
View File
@@ -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