ankpan18 commited on
Commit
db013e7
·
1 Parent(s): 339291a
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,7 +33,7 @@ WORKDIR /app
33
  RUN pip install -r requirements.txt
34
 
35
 
36
- exec echo("hello")
37
  CMD python3 -c "print('Docker is more simple Deployment Tool')"
38
  # CMD mysql -h localhost -u root
39
  # CMD source test.sql
 
33
  RUN pip install -r requirements.txt
34
 
35
 
36
+ RUN echo "hello"
37
  CMD python3 -c "print('Docker is more simple Deployment Tool')"
38
  # CMD mysql -h localhost -u root
39
  # CMD source test.sql