Fix Dockerfile: remove entrypoint.sh and fix CMD path
This commit is contained in:
parent
3ce1db64c0
commit
406f30cef2
1 changed files with 1 additions and 4 deletions
|
|
@ -16,11 +16,8 @@ COPY frontend/ /app/frontend/
|
|||
|
||||
RUN mkdir -p /app/data /app/uploads/attachments
|
||||
|
||||
COPY backend/entrypoint.sh /app/backend/entrypoint.sh
|
||||
RUN chmod +x /app/backend/entrypoint.sh
|
||||
|
||||
WORKDIR /app/backend
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
ENTRYPOINT ["/app/backend/entrypoint.sh"]
|
||||
CMD ["python", "app.py"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue