diff --git a/Dockerfile b/Dockerfile index 738b610..83b2f5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,5 @@ RUN apt update && apt upgrade -y && apt install openssl -y ENV RUST_LOG=debug +EXPOSE 8080 CMD [ "/iot-cloud" ] \ No newline at end of file