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 972ddd70cb - Show all commits

View File

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