CHORE: Exposed correct port in docker file
This commit is contained in:
@ -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"]
|
Reference in New Issue
Block a user