Skip to content

Commit

Permalink
Test with alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
marius.crisan authored and marius.crisan committed Dec 18, 2023
1 parent 4b1e79c commit 757841c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/03_deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

publish-docker-image-db-sync:
name: Publish db-sync docker image
needs: publish-cycler-pkg-prod
needs: [ publish-cycler-pkg-prod, publish-extra-pkg-prod ]
uses: WattRex/Battery-Experiments-Manager/.github/workflows/docker_image.yml@develop
secrets:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD_RALDEA }}
Expand Down
1 change: 1 addition & 0 deletions devops/db_sync/Dockerfile.db_sync
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ FROM python:3.11-alpine3.17
WORKDIR /db_sync
RUN python -m pip install --upgrade pip
ADD ./ ./
RUN pip install setuptools wheel
RUN pip install -r ./code/cycler/requirements.txt
CMD ["python", "./code/cycler/src/wattrex_battery_cycler/mid/mid_sync/db_sync.py"]

0 comments on commit 757841c

Please sign in to comment.