This commit is contained in:
JMARyA 2024-09-13 22:44:35 +02:00
parent 84cf6a0dda
commit 8a8462e1ea
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 1 additions and 4 deletions

View file

@ -9,4 +9,4 @@ RUN flutter build web
# Create the run-time image
FROM nginx:1.21.1-alpine
COPY --from=build-env /app/build/web /usr/share/nginx/html/web
COPY --from=build-env /app/build/web /usr/share/nginx/html