mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
Upgrade to Bootstrap 3.3.0, clean out assets folder.
This commit is contained in:
parent
ea9a1e8e8a
commit
b5b4f7ef20
179 changed files with 246 additions and 37871 deletions
4
Makefile
4
Makefile
|
@ -9,7 +9,9 @@ build:
|
|||
docker build --rm -t dockerui .
|
||||
|
||||
run:
|
||||
docker run -d -p $(PORT):9000 -v /var/run/docker.sock:/docker.sock dockerui -e /docker.sock
|
||||
-docker stop dockerui
|
||||
-docker rm dockerui
|
||||
docker run -d -p $(PORT):9000 -v /var/run/docker.sock:/docker.sock --name dockerui dockerui -e /docker.sock
|
||||
|
||||
open:
|
||||
$(OPEN) localhost:$(PORT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue