Added Timezone configurations
This commit is contained in:
parent
9a593125b3
commit
ced85f4bbd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user