expose port 8080
All checks were successful
Build Project / test (push) Successful in 5m29s

This commit is contained in:
2023-09-26 21:24:09 +00:00
parent 01f1219f55
commit 1466075b7b

View File

@@ -4,4 +4,5 @@ RUN apt update && apt upgrade -y && apt install openssl -y
ENV RUST_LOG=debug
EXPOSE 8080
CMD [ "/iot-cloud" ]