CHORE: Exposed correct port in docker file

This commit is contained in:
Luke Else 2024-02-18 21:05:19 +00:00
parent 2e9641bf27
commit 263bea92f4

View File

@ -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"]