CHORE: Exposed correct port in docker file
This commit is contained in:
parent
2e9641bf27
commit
263bea92f4
@ -4,4 +4,5 @@ WORKDIR /app
|
|||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
COPY . /app
|
COPY . /app
|
||||||
RUN chmod +x scripts/run.bash
|
RUN chmod +x scripts/run.bash
|
||||||
|
EXPOSE 8080
|
||||||
ENTRYPOINT ["scripts/run.bash"]
|
ENTRYPOINT ["scripts/run.bash"]
|
Loading…
Reference in New Issue
Block a user