pablovela5620 commited on
Commit
c06e688
·
1 Parent(s): a611825

Update Dockerfile CMD command

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