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:
- name: Build frontend
image: yarn:apline
image: node:alpine
commands:
- cd frontend
- yarn install