tests: fix copy directory

This commit is contained in:
SPT-dev 2023-03-02 21:12:52 -05:00
parent 3499b5d712
commit 81436a5f0e

View File

@ -48,7 +48,7 @@ steps:
- name: frontend
image: nginx:1.21.4-alpine
commands:
- cp ./items/frontend/build/* /usr/share/nginx/html
- cp -r ./items/frontend/build/* /usr/share/nginx/html
detach: true
depends_on:
- install dependencies and build frontend