mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-14 01:08:27 +00:00
attempt 2 - remove all apk updates
This commit is contained in:
parent
c4bf42a6bd
commit
7752bc097e
@ -5,7 +5,7 @@ ENV NODE_ENV prod
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk update; apk upgrade; apk add git -y
|
||||
RUN apk add git -y
|
||||
RUN git clone -n https://github.com/wukko/cobalt.git --depth 1 && mv cobalt/.git ./ && rm -rf cobalt
|
||||
|
||||
COPY package*.json ./
|
||||
|
Loading…
Reference in New Issue
Block a user