CHORE: Updated dockerfile to include entrypoint
This commit is contained in:
parent
02f69f2e68
commit
59c94e6c51
@ -9,4 +9,5 @@ services:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./files:/app/static/assets/img/products/
|
||||
- ./data:/app/data/
|
||||
restart: unless-stopped
|
@ -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"]
|
Loading…
Reference in New Issue
Block a user