pup-py commited on
Commit
8d07eac
1 Parent(s): b494703

run with /bin/bash

Browse files
Files changed (1) hide show
  1. 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