Switch containers’ WORKDIR to `GUI/xephem`

This lets users immediately build or run XEphem with a `cd` first.
This commit is contained in:
Brandon Rhodes 2021-06-24 09:49:21 -04:00
parent 3ab1197721
commit f52c073623
2 changed files with 2 additions and 2 deletions

View File

@ -32,5 +32,5 @@ RUN echo 'make -C /src/GUI/xephem && (cd /src/GUI/xephem; ./xephem)' \
# Start the user in the /src directory.
WORKDIR /src
WORKDIR /src/GUI/xephem
CMD /bin/bash

View File

@ -30,5 +30,5 @@ RUN echo 'make -C /src/GUI/xephem && (cd /src/GUI/xephem; ./xephem)' \
# Start the user in the /src directory.
WORKDIR /src
WORKDIR /src/GUI/xephem
CMD /bin/bash