This commit is contained in:
2025-04-22 12:36:39 +02:00
parent db25e2699e
commit 7669e280d2

View File

@@ -30,7 +30,7 @@ RUN flutter channel master
RUN flutter config --enable-web
# Copy files to container and build
RUN mkdir /app/
# RUN mkdir /app/
COPY . /app/
# COPY ./server/MIH_web_server.py /app/build/web/
# VOLUME ["/app"]