Update Dockerfile
This commit is contained in:
parent
485d127ea2
commit
3fffb53ee9
1 changed files with 3 additions and 5 deletions
|
|
@ -10,11 +10,9 @@ WORKDIR /appclient
|
||||||
|
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git
|
||||||
|
|
||||||
COPY . /appclient/
|
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
# echo "**** Cloning Source Code ****" && \
|
echo "**** Cloning Source Code ****" && \
|
||||||
# git clone https://github.com/rogerfar/rdt-client.git . && \
|
git clone https://github.com/rogerfar/rdt-client.git . && \
|
||||||
cd client && \
|
cd client && \
|
||||||
echo "**** Building Code ****" && \
|
echo "**** Building Code ****" && \
|
||||||
npm ci && \
|
npm ci && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue