Browse Source

Add cmd to dockerfile

master
Chris Smith 5 years ago
parent
commit
37d14ab064
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Dockerfile

+ 2
- 0
Dockerfile View File

@@ -9,3 +9,5 @@ RUN chown -R sinker /var/code && \
9 9
     pip3 install -r requirements.txt
10 10
 
11 11
 USER sinker
12
+
13
+CMD [ "python", "./main.py" ]

Loading…
Cancel
Save