diff --git a/.github/workflows/dev-deploy.yml b/.github/workflows/dev-deploy.yml index 478e6b1..8707c1c 100644 --- a/.github/workflows/dev-deploy.yml +++ b/.github/workflows/dev-deploy.yml @@ -1,4 +1,4 @@ -name: Cercat-Application Deploy with Docker +name: Atcha Deploy with Docker on: push: diff --git a/Dockerfile b/Dockerfile index f9daa1a..8ed5a2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,9 @@ VOLUME /tmp ARG VERSION=0.0.1 ARG EXTRACTED=/workspace/app/build/extracted +RUN apk update +RUN apk --no-cache add curl + COPY --from=build ${EXTRACTED}/dependencies/ ./ COPY --from=build ${EXTRACTED}/spring-boot-loader/ ./ COPY --from=build ${EXTRACTED}/snapshot-dependencies/ ./