Added Rack_env

This commit is contained in:
Luiz F Picolo 2021-10-07 20:39:35 -04:00
parent 7e53d858ca
commit 6dbe330661
1 changed files with 1 additions and 0 deletions

View File

@ -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 && \ 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 apt-get update && apt-get install -y nodejs yarn sqlite3 cron
ENV RACK_ENV production
WORKDIR /code WORKDIR /code
COPY . /code COPY . /code