CHORE: Updated dockerfile to include entrypoint
This commit is contained in:
parent
02f69f2e68
commit
59c94e6c51
@ -9,4 +9,5 @@ services:
|
|||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- ./files:/app/static/assets/img/products/
|
- ./files:/app/static/assets/img/products/
|
||||||
|
- ./data:/app/data/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
@ -4,4 +4,4 @@ WORKDIR /app
|
|||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
COPY . /app
|
COPY . /app
|
||||||
RUN chmod +x scripts/run.bash
|
RUN chmod +x scripts/run.bash
|
||||||
CMD ["bash", "scripts/run.bash"]
|
ENTRYPOINT ["scripts/run.bash"]
|
Loading…
Reference in New Issue
Block a user