mirror of https://github.com/XEphem/XEphem.git
Switch containers’ WORKDIR to `GUI/xephem`
This lets users immediately build or run XEphem with a `cd` first.
This commit is contained in:
parent
3ab1197721
commit
f52c073623
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue