Update Dockerfile
This commit is contained in:
parent
a95d455b2e
commit
7d68283330
|
@ -36,7 +36,7 @@ ENV PATH="/flutter/bin:${PATH}"
|
||||||
RUN flutter channel stable && flutter upgrade && flutter config --enable-web
|
RUN flutter channel stable && flutter upgrade && flutter config --enable-web
|
||||||
|
|
||||||
# Copy Flutter project files
|
# Copy Flutter project files
|
||||||
COPY frontend /app
|
COPY lightcloud_app /app
|
||||||
|
|
||||||
# Build Flutter web app
|
# Build Flutter web app
|
||||||
RUN flutter build web --release
|
RUN flutter build web --release
|
||||||
|
@ -61,7 +61,7 @@ COPY --from=rust-builder /app/target/release/litecloud /app/litecloud
|
||||||
COPY --from=flutter-builder /app/build/web /app/static
|
COPY --from=flutter-builder /app/build/web /app/static
|
||||||
|
|
||||||
# Expose the port the server listens on
|
# Expose the port the server listens on
|
||||||
EXPOSE 8080
|
EXPOSE 8082
|
||||||
|
|
||||||
# Set environment variables
|
# Set environment variables
|
||||||
ENV RUST_LOG=info
|
ENV RUST_LOG=info
|
||||||
|
|
Loading…
Reference in a new issue