diff --git a/.woodpecker.yaml b/.woodpecker.yaml index edab838..e66e627 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -87,7 +87,7 @@ steps: - git config --global user.email "ci@dvirlabs.com" - | if [ ! -d "my-apps" ]; then - git clone "https://${GIT_USERNAME}:${GIT_TOKEN}@git.dvirlabs.com/dvirlabs/my-apps.git" + git clone "https://$${GIT_USERNAME}:$${GIT_TOKEN}@git.dvirlabs.com/dvirlabs/my-apps.git" fi - cd my-apps - | diff --git a/backend/Dockerfile b/backend/Dockerfile index de5d6f8..79616ca 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -18,4 +18,4 @@ COPY . . EXPOSE 8000 -CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"] \ No newline at end of file +CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]