lebaudantoine
|
17b1dde050
|
♻️(summary) dry docker image summary by extracting base image name
Eliminate duplication by using variables for base image references to
improve maintainability and reduce configuration redundancy.
|
2025-06-23 16:36:02 +02:00 |
|
lebaudantoine
|
0b25374cef
|
⬆️(docker) upgrade backend image to python 3.13
Python 3.13 is now stable, our libraries are compatible with it. We also
upgrade the alpine version and node one used in the backend.
|
2025-06-23 16:36:02 +02:00 |
|
lebaudantoine
|
b12b14b277
|
🔒️(summary) run image as a non-root user
Based on @rouja's comment, this is a bad practice, running a docker
image as root. Added a User instruction with a default non-root user.
|
2024-12-02 14:33:54 +01:00 |
|
lebaudantoine
|
d7d82130d9
|
💩(summary) dockerize FastAPI app
Add a minimal docker file to run the FastAPI server.
|
2024-11-29 18:39:40 +01:00 |
|