Compare commits
1 Commits
340706c7e5
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| d215e527ed |
+5
-1
@@ -9,4 +9,8 @@ RUN pip install -r requirements.txt
|
||||
# copy the content of the local src directory to the working directory
|
||||
COPY src/ .
|
||||
# command to run on container start
|
||||
CMD ["python", "main.py"]
|
||||
CMD ["python", "main.py"]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user