File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
- name : Install requirements
19
19
run : |
20
20
cd docker
21
- docker compose exec -T hapi sh -c "apk add git"
21
+ docker compose exec -T hapi sh -c "apk add git python3-dev "
22
22
docker compose exec -T hapi sh -c "pip install --upgrade -r requirements.txt"
23
23
docker compose exec -T hapi sh -c "pip install --upgrade -r dev-requirements.txt"
24
24
Original file line number Diff line number Diff line change 1
1
services :
2
2
3
3
hapi :
4
- image : public.ecr.aws/unocha/hdx-hapi:${HAPI_IMAGE_TAG:-main }
4
+ image : public.ecr.aws/unocha/hdx-hapi:${HAPI_IMAGE_TAG:-dev }
5
5
# build:
6
6
# context: ./..
7
7
# dockerfile: Dockerfile
@@ -40,4 +40,4 @@ services:
40
40
- hapi
41
41
42
42
networks :
43
- hapi:
43
+ hapi :
Original file line number Diff line number Diff line change 1
1
api_version = '0.7.0'
2
- hapi_sqlalchemy_schema_version = '0.9.0 '
2
+ hapi_sqlalchemy_schema_version = '0.9.1 '
You can’t perform that action at this time.
0 commit comments