tests: fix nginx setup
This commit is contained in:
parent
e3a9c8405b
commit
230c6eef4d
@ -49,7 +49,7 @@ steps:
|
|||||||
image: nginx:1.21.4-alpine
|
image: nginx:1.21.4-alpine
|
||||||
commands:
|
commands:
|
||||||
- cp -r ./items/frontend/build/* /usr/share/nginx/html
|
- cp -r ./items/frontend/build/* /usr/share/nginx/html
|
||||||
- nginx -g daemon off;
|
- nginx -g "daemon off;"
|
||||||
detach: true
|
detach: true
|
||||||
depends_on:
|
depends_on:
|
||||||
- install dependencies and build frontend
|
- install dependencies and build frontend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user