Better backend launching

This commit is contained in:
2020-05-05 15:10:55 +02:00
parent 8b85ea5952
commit 19f2b99d7e
5 changed files with 51 additions and 13 deletions

View File

@@ -11,6 +11,7 @@ ADD pubspec.* /app/
RUN pub get
RUN pub get --offline
# Get Ruby Sass
RUN apt update && apt install ruby-sass ruby-dev build-essential -y
RUN gem install sass-listen