Skip to content

Commit

Permalink
feat : install docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
sycuuui committed Mar 21, 2024
1 parent 865310a commit a445393
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ version: '3.8'

services:
web:
image: python:3.9-slim
image: capic/capic:0.1
container_name: capic_container
command: bash -c "pip install Flask && python app.py"
volumes:
- ./app:/app
Expand Down

0 comments on commit a445393

Please sign in to comment.