fixes
This commit is contained in:
parent
855029e67e
commit
39f8bba230
3 changed files with 4 additions and 2 deletions
|
@ -1 +1,2 @@
|
||||||
src/config.ini
|
config/config.ini
|
||||||
|
config/debug.log
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
env/
|
env/
|
||||||
|
venv/
|
||||||
*.ini
|
*.ini
|
||||||
__pycache__/
|
__pycache__/
|
||||||
.idea
|
.idea
|
||||||
|
|
|
@ -6,7 +6,7 @@ WORKDIR /app
|
||||||
# resolves gcc issue with installing regex dependency
|
# resolves gcc issue with installing regex dependency
|
||||||
RUN apk add build-base tzdata --no-cache
|
RUN apk add build-base tzdata --no-cache
|
||||||
|
|
||||||
ENV TZ=Africa/New_York
|
ENV TZ=America/New_York
|
||||||
ENV VIRTUAL_ENV=/app/env
|
ENV VIRTUAL_ENV=/app/env
|
||||||
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue