tests: Add workaround for Docker file watchers limitation #27

Merged
Ghost merged 10 commits from tests/workaround_file_watchers into development 2021-11-15 23:06:23 -05:00
Showing only changes of commit bf1db24b34 - Show all commits

View File

@ -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