diff --git a/.vscode/settings.json b/.vscode/settings.json index 9b38853..5af6191 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,6 @@ "tests" ], "python.testing.unittestEnabled": false, - "python.testing.pytestEnabled": true + "python.testing.pytestEnabled": true, + "python.analysis.typeCheckingMode": "basic" } \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 37b3b98..9875f43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN npm install && \ FROM python:3.10-slim-bullseye -ENV VERSION_NUMBER 0.1.0-38-g03e89a9 +ENV VERSION_NUMBER 0.1.0-39-gf7ec079 ENV PROD 1 RUN useradd --create-home --uid 1000 timetracker