mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 21:25:17 +01:00
DevContainer: use docker extend file, fix PATH
This commit is contained in:
parent
8633bd8974
commit
a715e30cba
3 changed files with 4 additions and 3 deletions
|
|
@ -144,12 +144,12 @@ RUN set -o xtrace \
|
|||
&& printf "\n[-] Installing Meteor $METEOR_VERSION...\n\n" \
|
||||
&& sh /home/wekan/install-meteor.sh
|
||||
|
||||
ENV PATH=$PATH:$HOME/.meteor/
|
||||
ENV PATH=$PATH:/home/wekan/.meteor/
|
||||
|
||||
# Copy source dir
|
||||
USER root
|
||||
|
||||
RUN echo "export PATH=$PATH" > /etc/environment
|
||||
RUN echo "export PATH=$PATH" >> /etc/environment
|
||||
|
||||
RUN set -o xtrace \
|
||||
&& mkdir /home/wekan/app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue