Skip to content

Commit b40a361

Browse files
committed
Test
1 parent 46167bf commit b40a361

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
16-
- run: docker buildx prune -f
1716
- run: cp /home/hasan/ituacm_website_backend/.env ./
1817
- run: docker compose -f docker-compose.yml build --no-cache
1918
- run: docker compose -f docker-compose.yml up -d

backend/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ COPY ./prestart.sh /app/
2626
COPY ./tests-start.sh /app/
2727

2828
COPY ./app /app/app
29+
30+
RUN echo $BACKEND_CORS_ORIGINS

0 commit comments

Comments
 (0)