Merge development into master #28

Merged
Ghost merged 12 commits from development into master 2021-12-02 10:55:41 -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