Skip to content

Commit 8f17f10

Browse files
committed
wip
1 parent 7bbc0a2 commit 8f17f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_frontend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Run stub
1717
run: docker run -d -p 5000:5000 -p 9090:9090 --name backend-stub ghcr.io/coderbotorg/backend:stub-latest
1818
- name: Run nginx
19-
run: docker run -d -p 80:80 --name backend-fe -v docker/nginx.conf:/etc/nginx/nginx.conf -v docker/default.conf:/etc/nginx/default.conf nginx:1.25.4-alpine3.18-slim
19+
run: docker run -d -p 80:80 --name backend-fe -v $(pwd)/docker/nginx.conf:/etc/nginx/nginx.conf -v $(pwd)/docker/default.conf:/etc/nginx/default.conf nginx:1.25.4-alpine3.18-slim
2020
# Install NPM dependencies, cache them correctly
2121
# and run all Cypress tests
2222
- name: Cypress run

0 commit comments

Comments
 (0)