pixi returns status 2 with no arguments
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ WORKDIR $HOME/puppy
|
|
13 |
|
14 |
# install puppy
|
15 |
RUN curl -fsSL https://raw.githubusercontent.com/liquidcarbon/puppy/main/pup.sh | bash -s 3.12
|
16 |
-
RUN pup
|
17 |
|
18 |
# setup app env
|
19 |
RUN pup new appenv
|
@@ -24,4 +24,4 @@ RUN pixi run uv sync --project .
|
|
24 |
|
25 |
# HELLO WORLD
|
26 |
EXPOSE 7860
|
27 |
-
CMD .venv/bin/python -m fetch
|
|
|
13 |
|
14 |
# install puppy
|
15 |
RUN curl -fsSL https://raw.githubusercontent.com/liquidcarbon/puppy/main/pup.sh | bash -s 3.12
|
16 |
+
RUN pup --help # pixi returns status 2 with no arguments
|
17 |
|
18 |
# setup app env
|
19 |
RUN pup new appenv
|
|
|
24 |
|
25 |
# HELLO WORLD
|
26 |
EXPOSE 7860
|
27 |
+
CMD .venv/bin/python -m fetch
|