Fix docker image for frontend ci
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3bf607ea9a
commit
f79bd0c048
|
@ -21,7 +21,7 @@ name: Build frontend
|
|||
|
||||
steps:
|
||||
- name: Build frontend
|
||||
image: yarn:apline
|
||||
image: node:alpine
|
||||
commands:
|
||||
- cd frontend
|
||||
- yarn install
|
||||
|
|
Loading…
Reference in a new issue