mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Dockerfile: use set -o xtrace
This allows to see the progress of the generation of the Docker image.
This commit is contained in:
parent
ced56ed83f
commit
ccf66905e7
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential pyth
|
|||
COPY ${SRC_PATH} /home/wekan/app
|
||||
|
||||
RUN \
|
||||
set -o xtrace && \
|
||||
# Add non-root user wekan
|
||||
useradd --user-group --system --home-dir /home/wekan wekan && \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue