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
|
||||
|
||||
# Copy Flutter project files
|
||||
COPY frontend /app
|
||||
COPY lightcloud_app /app
|
||||
|
||||
# Build Flutter web app
|
||||
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
|
||||
|
||||
# Expose the port the server listens on
|
||||
EXPOSE 8080
|
||||
EXPOSE 8082
|
||||
|
||||
# Set environment variables
|
||||
ENV RUST_LOG=info
|
||||
|
|
Loading…
Reference in a new issue