edit docker file for entrypoint
This commit is contained in:
@@ -19,6 +19,9 @@ RUN pip install -r requirements.txt
|
||||
# copy project
|
||||
COPY . /app/
|
||||
|
||||
# Add entrypoint permission
|
||||
RUN chmod +x /app/entrypoint.sh
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
ENTRYPOINT ["/app/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user