mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-06 01:14:55 -06:00
Just use static 5800 port
This commit is contained in:
@@ -26,11 +26,10 @@ RUN cargo build --release
|
||||
# Run the server application
|
||||
FROM alpine:latest
|
||||
|
||||
ARG PORT=5800
|
||||
EXPOSE ${PORT}
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=builder-demo /build/demo/target/release/demo ./demo
|
||||
COPY --from=builder-server /build/server/target/release/dynamic-preauth ./dynamic-preauth
|
||||
|
||||
EXPOSE 5800
|
||||
CMD ["/app/dynamic-preauth"]
|
||||
Reference in New Issue
Block a user