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