Commit 08556c8
committed
Update Dockerfile and remove log_handler.py from project
The Dockerfile was updated to use the `python:3.12-alpine`
base image, set the working directory to `/app`, and remove
the `COPY` instruction for the `CustomModules` directory.
Environment variables `TERM=xterm` and `PYTHONUNBUFFERED=1`
were added.
In the `WebhookCreator.pyproj` file, the `<Compile>` entry
for `CustomModules\log_handler.py` was removed, excluding
this file from the project.1 parent 27a2235 commit 08556c8
2 files changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
0 commit comments