Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
rojenarda committed Sep 23, 2024
1 parent 46167bf commit b40a361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: docker buildx prune -f
- run: cp /home/hasan/ituacm_website_backend/.env ./
- run: docker compose -f docker-compose.yml build --no-cache
- run: docker compose -f docker-compose.yml up -d
2 changes: 2 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ COPY ./prestart.sh /app/
COPY ./tests-start.sh /app/

COPY ./app /app/app

RUN echo $BACKEND_CORS_ORIGINS

0 comments on commit b40a361

Please sign in to comment.