Kaynağa Gözat

Fix: Fix non-effect env

pull/131/head
winkidney 5 yıl önce
ebeveyn
işleme
08fc46e667
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      start_docker_with_current_user.sh

+ 2
- 1
start_docker_with_current_user.sh Dosyayı Görüntüle

@@ -1,2 +1,3 @@
#!/usr/bin/env bash
CURRENT_UID=$(id -u):$(id -g) sudo docker-compose up ${@}
_CURRENT_UID=$(id -u):$(id -g)
sudo CURRENT_UID=${_CURRENT_UID} docker-compose up ${@}

Yükleniyor…
İptal
Kaydet