This commit is contained in:
2025-04-22 12:47:17 +02:00
parent eaee76c2be
commit e7501d5cd9

View File

@@ -24,13 +24,13 @@ ENV PATH="/usr/local/flutter/bin:/usr/local/flutter/bin/cache/dart-sdk/bin:${PAT
RUN flutter doctor -v RUN flutter doctor -v
# Enable flutter web # Enable flutter web
RUN flutter channel master # RUN flutter channel master
# RUN flutter upgrade # RUN flutter upgrade
#RUN flutter pub add web:^0.5.0 #RUN flutter pub add web:^0.5.0
RUN flutter config --enable-web RUN flutter config --enable-web
# Copy files to container and build # Copy files to container and build
RUN mkdir /app/ # RUN mkdir /app/
COPY . /app/ COPY . /app/
# COPY ./server/MIH_web_server.py /app/build/web/ # COPY ./server/MIH_web_server.py /app/build/web/
# VOLUME ["/app"] # VOLUME ["/app"]