Commit b6c8cde0364bdaaadf6cb23bc460d3e22869e3e4
1 parent
2ae8c1cf
Exists in
dev
/pyros erased.
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
Dockerfile
@@ -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 |
@@ -207,4 +207,3 @@ RUN python3.10 -m pip install --user -r ./vendor/guitastro/install/requirements | @@ -207,4 +207,3 @@ RUN python3.10 -m pip install --user -r ./vendor/guitastro/install/requirements | ||
207 | # Installing packages required for PyROS | 207 | # Installing packages required for PyROS |
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 | - |