Skip to content

Commit 1858c93

Browse files
committed
TEST
1 parent 2836d45 commit 1858c93

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616
- run: cp /home/hasan/ituacm_website_backend/.env ./
17+
- run: cp /home/hasan/ituacm_website_backend/.env ./backend/
1718
- run: docker compose -f docker-compose.yml build --no-cache
1819
- run: docker compose -f docker-compose.yml up -d

backend/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ COPY ./tests-start.sh /app/
2727

2828
COPY ./app /app/app
2929

30-
COPY ../.env /app/.env
30+
COPY ./.env /app/.env

0 commit comments

Comments
 (0)