mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
.devcontainer/Dockerfile, 5.64 GB image size
This commit is contained in:
parent
89e5b3a979
commit
7c36279308
1 changed files with 2 additions and 9 deletions
|
@ -201,8 +201,6 @@ USER root
|
|||
|
||||
RUN echo "export PATH=$PATH" >> /etc/environment
|
||||
|
||||
USER wekan
|
||||
|
||||
# Copy source dir
|
||||
RUN set -o xtrace \
|
||||
&& mkdir -p /home/wekan/app/.meteor \
|
||||
|
@ -231,13 +229,8 @@ COPY \
|
|||
packages \
|
||||
/home/wekan/app/packages/
|
||||
|
||||
USER root
|
||||
|
||||
RUN set -o xtrace \
|
||||
&& chown -R wekan:wekan /home/wekan/app /home/wekan/.meteor
|
||||
|
||||
RUN \
|
||||
set -o xtrace && \
|
||||
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