some cleanup

This commit is contained in:
mcinj 2022-05-12 11:54:58 -04:00
parent de4450a29a
commit 6d57c1c4f2
5 changed files with 13 additions and 10 deletions

View file

@ -4,7 +4,7 @@ RUN mkdir -p /app
WORKDIR /app
# resolves gcc issue with installing regex dependency
RUN apk add build-base tzdata --no-cache
RUN apk add tzdata --no-cache
ENV TZ=America/New_York
ENV VIRTUAL_ENV=/app/env