mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
slight formatting
This commit is contained in:
parent
4947272871
commit
14873f3b28
1 changed files with 3 additions and 2 deletions
|
@ -11,8 +11,9 @@ ARG SRC_PATH=./
|
|||
# Copy the app to the image
|
||||
COPY ${SRC_PATH} ./app
|
||||
|
||||
# OS dependencies
|
||||
RUN apt-get update -y && apt-get install -y ${BUILD_DEPS} && \
|
||||
RUN \
|
||||
# OS dependencies
|
||||
apt-get update -y && apt-get install -y ${BUILD_DEPS} && \
|
||||
\
|
||||
# Download nodejs
|
||||
wget https://nodejs.org/dist/${NODE_VERSION}/node-${NODE_VERSION}-${ARCHICTECTURE}.tar.gz && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue