option -y removed, doesn't exist
Browse files- 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
|
| 44 |
|
| 45 |
# Init frontend
|
| 46 |
# Optional: could be done at runtime. But saves time if already done in container build.
|