JPBianchi commited on
Commit
bbc9730
1 Parent(s): 0481dd5

added -y to pc init

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,7 +40,7 @@ COPY --chown=pn requirements.txt requirements.txt
40
  RUN pip install --no-cache-dir -r requirements.txt
41
 
42
  # Init project
43
- RUN pc init
44
 
45
  # Init frontend
46
  # Optional: could be done at runtime. But saves time if already done in container build.
 
40
  RUN pip install --no-cache-dir -r requirements.txt
41
 
42
  # Init project
43
+ RUN pc init -y
44
 
45
  # Init frontend
46
  # Optional: could be done at runtime. But saves time if already done in container build.