Commit 9bf9ce18d1abb066c1b3f1e0fee7d9bc1842d094

Authored by Alexis Koralewski
1 parent 144148e2
Exists in dev

Fix dockerfile & docker-compose.yml

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
  1 +21-07-2023 (AKo): V0.6.27.0
  2 + - Fix issues due to deletion of modules (utils)
  3 + - Fix various obsconfig (add mandatory agents for default, tests obsconfig)
  4 + - Fix dockerfile & docker-compose.yml
  5 +
1 20-07-2023 (AKo): V0.6.27.0 6 20-07-2023 (AKo): V0.6.27.0
2 - Add command to download observatory repository 7 - Add command to download observatory repository
3 - Transfer common admins & models into dashboard 8 - Transfer common admins & models into dashboard
@@ -165,7 +165,7 @@ RUN useradd --create-home --shell /bin/bash pyros_user --uid $uid @@ -165,7 +165,7 @@ RUN useradd --create-home --shell /bin/bash pyros_user --uid $uid
165 165
166 # Create the work dir and set permissions as pyros_user 166 # Create the work dir and set permissions as pyros_user
167 RUN mkdir -p /home/pyros_user/app/ && chown -R pyros_user:pyros_user /home/pyros_user/app 167 RUN mkdir -p /home/pyros_user/app/ && chown -R pyros_user:pyros_user /home/pyros_user/app
168 -WORKDIR /home/pyros_user/app/pyros 168 +WORKDIR /home/pyros_user/app/
169 169
170 # Switch from root to pyros_user 170 # Switch from root to pyros_user
171 USER pyros_user 171 USER pyros_user
@@ -208,3 +208,4 @@ RUN python3.10 -m pip install --user -r ./vendor/guitastro/install/requirements @@ -208,3 +208,4 @@ RUN python3.10 -m pip install --user -r ./vendor/guitastro/install/requirements
208 RUN python3.10 -m pip install --user -r ./install/requirements.txt 208 RUN python3.10 -m pip install --user -r ./install/requirements.txt
209 RUN python3.10 -m pip install --user -r ./install/requirements_dev.txt 209 RUN python3.10 -m pip install --user -r ./install/requirements_dev.txt
210 210
  211 +WORKDIR /home/pyros_user/app/pyros
211 \ No newline at end of file 212 \ No newline at end of file