mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-10 02:05:10 +00:00
install yarn
This commit is contained in:
parent
ad75f9de4b
commit
a8e0eee7df
|
@ -82,6 +82,8 @@ steps:
|
|||
LEMMY_SETUP__ADMIN_USERNAME: lemmy_alpha
|
||||
LEMMY_SETUP__SITE_NAME: lemmy-alpha
|
||||
commands:
|
||||
- apt-get -y update
|
||||
- apt-get -y install --no-install-recommends yarn
|
||||
- mkdir -p volumes/pictrs_{alpha,beta,gamma,delta,epsilon}
|
||||
- chown -R 991:991 volumes/pictrs_{alpha,beta,gamma,delta,epsilon}
|
||||
- LEMMY_PORT=8541 cargo run &
|
||||
|
|
Loading…
Reference in a new issue