Spaces:
Sleeping
Sleeping
wtf
Browse files- 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
|