Fix docker image for frontend ci
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
qvalentin 2023-04-09 12:23:47 +02:00
parent 3bf607ea9a
commit f79bd0c048

View file

@ -21,7 +21,7 @@ name: Build frontend
steps: steps:
- name: Build frontend - name: Build frontend
image: yarn:apline image: node:alpine
commands: commands:
- cd frontend - cd frontend
- yarn install - yarn install