mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-02 03:04:19 +01:00
Added git to conf container for the cypherapps cloning
This commit is contained in:
@@ -6,7 +6,7 @@ COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN mkdir /data && \
|
||||
apk add --update su-exec p7zip openssl nano apache2-utils && \
|
||||
apk add --update su-exec p7zip openssl nano apache2-utils git && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
npm ci --production
|
||||
|
||||
|
||||
Reference in New Issue
Block a user