We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1bd19 commit 7b97f02Copy full SHA for 7b97f02
Dockerfile
@@ -27,12 +27,6 @@ ENV PATH="/root/.local/bin:$PATH"
27
# Configure Poetry
28
RUN poetry config virtualenvs.create false
29
30
-# -------------------------
31
-# Create the logs directory
32
33
-
34
-RUN mkdir logs
35
36
# ---------------------
37
# Setup the environment
38
docker-compose.yml
@@ -0,0 +1,7 @@
1
+services:
2
+ python-template:
3
+ image: your_image_name:latest
4
+ container_name: python-template
5
+ restart: unless-stopped
6
+ env_file:
7
+ - .env
0 commit comments