CHORE: Updated dockerfile to include entrypoint
This commit is contained in:
@ -4,4 +4,4 @@ WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . /app
|
||||
RUN chmod +x scripts/run.bash
|
||||
CMD ["bash", "scripts/run.bash"]
|
||||
ENTRYPOINT ["scripts/run.bash"]
|
Reference in New Issue
Block a user