Skip to content

Commit

Permalink
test: add app scaffold 21
Browse files Browse the repository at this point in the history
  • Loading branch information
HellerHagen committed Sep 21, 2024
1 parent 64673f8 commit 541634d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions base-images/vscode-nocuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,10 @@ RUN pip install \

RUN curl -fsSL https://get.docker.com | sh

RUN docker run -d \
RUN docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock my-container

RUN docker run --rm -it -d \
-p 9123:8080 \
-v ~/my-conf.yml:/app/user-data/conf.yml \
--name my-dashboard \
--restart=always \
lissy93/dashy:latest
Expand Down

0 comments on commit 541634d

Please sign in to comment.