attempt 2 - remove all apk updates

This commit is contained in:
pomonella01 2023-07-01 16:31:23 -04:00
parent c4bf42a6bd
commit 7752bc097e

View File

@ -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 ./