We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46167bf commit b40a361Copy full SHA for b40a361
.github/workflows/main.yml
@@ -13,7 +13,6 @@ jobs:
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v4
16
- - run: docker buildx prune -f
17
- run: cp /home/hasan/ituacm_website_backend/.env ./
18
- run: docker compose -f docker-compose.yml build --no-cache
19
- run: docker compose -f docker-compose.yml up -d
backend/Dockerfile
@@ -26,3 +26,5 @@ COPY ./prestart.sh /app/
26
COPY ./tests-start.sh /app/
27
28
COPY ./app /app/app
29
+
30
+RUN echo $BACKEND_CORS_ORIGINS
0 commit comments