Added Timezone configurations

This commit is contained in:
Luiz F Picolo 2021-10-07 22:55:34 -04:00
parent 9a593125b3
commit ced85f4bbd
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ RUN apt-get update && apt-get install -y \
apt-get update && apt-get install -y nodejs yarn sqlite3 cron
ENV RACK_ENV production
ENV TZ=America/Campo_Grande
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
WORKDIR /code
COPY . /code