attempt 3 - remove all mentions of apk (isn't this based on alpine?)

This commit is contained in:
pomonella01 2023-07-01 16:32:34 -04:00
parent 7752bc097e
commit a57bd2eec8

View File

@ -5,7 +5,6 @@ ENV NODE_ENV prod
WORKDIR /app
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 ./