Spaces:
Sleeping
Sleeping
run with /bin/bash
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,7 +27,7 @@ WORKDIR $PUPHOME
|
|
27 |
COPY --chown=user . .
|
28 |
|
29 |
RUN pwd && ls -la
|
30 |
-
RUN $PUP
|
31 |
RUN pup py3.11
|
32 |
RUN pwd && ls -la
|
33 |
|
|
|
27 |
COPY --chown=user . .
|
28 |
|
29 |
RUN pwd && ls -la
|
30 |
+
RUN /bin/bash $PUP
|
31 |
RUN pup py3.11
|
32 |
RUN pwd && ls -la
|
33 |
|