This commit is contained in:
chenjing 2019-07-08 15:42:58 +08:00
parent 05b49c6cf7
commit 4824a4b6fb
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM ruby:2.6.2 FROM ruby:2.6.2
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs RUN apt-get update -qq && apt-get install -y build-essential sqlite nodejs
ENV RAILS_ROOT /var/www/app_name ENV RAILS_ROOT /var/www/app_name
RUN mkdir -p $RAILS_ROOT RUN mkdir -p $RAILS_ROOT