diff --git a/dockerfile b/dockerfile index 7d4a91b..8a3f107 100644 --- a/dockerfile +++ b/dockerfile @@ -4,4 +4,5 @@ WORKDIR /app RUN pip install -r requirements.txt COPY . /app RUN chmod +x scripts/run.bash +EXPOSE 8080 ENTRYPOINT ["scripts/run.bash"] \ No newline at end of file