tests: Add workaround for Docker file watchers limitation #27
@ -48,7 +48,7 @@ steps:
|
|||||||
- name: frontend
|
- name: frontend
|
||||||
image: nginx:1.21.4-alpine
|
image: nginx:1.21.4-alpine
|
||||||
commands:
|
commands:
|
||||||
- cp ./items/frontend/build/* /usr/share/nginx/html
|
- cp -r ./items/frontend/build/* /usr/share/nginx/html
|
||||||
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