mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
.devcontainer/Dockerfile, 4.16 GB image size
This commit is contained in:
parent
9ca39696b3
commit
4ab72170e3
1 changed files with 1 additions and 2 deletions
|
@ -222,9 +222,8 @@ RUN set -o xtrace \
|
|||
&& sed --in-place 's/VERBOSITY="--silent"/VERBOSITY="--progress-bar"/' /home/wekan/install-meteor.sh \
|
||||
&& printf "\n[-] Installing Meteor $METEOR_VERSION...\n\n" \
|
||||
&& chown wekan:wekan -R /home/wekan \
|
||||
&& gosu wekan:wekan sh /home/wekan/install-meteor.sh
|
||||
&& gosu wekan:wekan sh /home/wekan/install-meteor.sh && \
|
||||
|
||||
RUN set -o xtrace && \
|
||||
chown -R wekan:wekan /home/wekan/app /home/wekan/.meteor && \
|
||||
cd /home/wekan/.meteor && \
|
||||
gosu wekan:wekan /home/wekan/.meteor/meteor -- help && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue