fjenett commited on
Commit
8d32ec4
1 Parent(s): b230bdc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -19,3 +19,6 @@ RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
19
  # COPY test.py /opt/build/AAMED/python/
20
  # RUN cd /opt/build/AAMED/python && python test.py
21
 
 
 
 
 
19
  # COPY test.py /opt/build/AAMED/python/
20
  # RUN cd /opt/build/AAMED/python && python test.py
21
 
22
+ COPY . .
23
+
24
+ CMD ['python', 'app.py']