diff --git a/Dockerfile b/Dockerfile index c2c879b..7dee666 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,6 @@ WORKDIR /adapters COPY . . +EXPOSE 8095 + ENTRYPOINT ["python", "main.py"] \ No newline at end of file