jcockhren commited on
Commit
9de3044
1 Parent(s): 3e09be7

set command

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -8,3 +8,5 @@ COPY *.py .
8
 
9
 
10
  RUN pipenv install --system --deploy
 
 
 
8
 
9
 
10
  RUN pipenv install --system --deploy
11
+
12
+ CMD ["python", "main.py"]