pup-py commited on
Commit
e549cba
·
1 Parent(s): a137765
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -5,6 +5,7 @@ RUN apk add --no-cache curl
5
  WORKDIR /code
6
 
7
  COPY . .
 
8
 
9
  RUN ./pup
10
  RUN pup py3.11
 
5
  WORKDIR /code
6
 
7
  COPY . .
8
+ RUN pwd && ls -l
9
 
10
  RUN ./pup
11
  RUN pup py3.11