Added Rack_env
This commit is contained in:
parent
7e53d858ca
commit
6dbe330661
@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y \
|
||||
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
|
||||
apt-get update && apt-get install -y nodejs yarn sqlite3 cron
|
||||
|
||||
ENV RACK_ENV production
|
||||
|
||||
WORKDIR /code
|
||||
COPY . /code
|
||||
|
Loading…
Reference in New Issue
Block a user