We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbc0a2 commit 8f17f10Copy full SHA for 8f17f10
.github/workflows/build_frontend.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Run stub
17
run: docker run -d -p 5000:5000 -p 9090:9090 --name backend-stub ghcr.io/coderbotorg/backend:stub-latest
18
- 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
+ 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
20
# Install NPM dependencies, cache them correctly
21
# and run all Cypress tests
22
- name: Cypress run
0 commit comments