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