Spaces:
Runtime error
Runtime error
Commit
·
c06e688
1
Parent(s):
a611825
Update Dockerfile CMD command
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,4 +23,4 @@ WORKDIR $HOME/app
|
|
23 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
24 |
COPY --chown=user . $HOME/app
|
25 |
|
26 |
-
CMD ["pixi", "run", "
|
|
|
23 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
24 |
COPY --chown=user . $HOME/app
|
25 |
|
26 |
+
CMD ["pixi", "run", "start"]
|