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:
|
steps:
|
||||||
- name: Build frontend
|
- name: Build frontend
|
||||||
image: yarn:apline
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
- cd frontend
|
- cd frontend
|
||||||
- yarn install
|
- yarn install
|
||||||
|
|
Loading…
Reference in a new issue