diff --git a/.docker/latest/Dockerfile b/.docker/latest/Dockerfile index 74f1eff..cabfe9a 100644 --- a/.docker/latest/Dockerfile +++ b/.docker/latest/Dockerfile @@ -1,6 +1,4 @@ FROM alpine:latest RUN apk add --no-cache curl nano git git-lfs zip unzip docker nodejs npm && \ - npm install --global yarn pnpm - -ENTRYPOINT ["/bin/sh"] \ No newline at end of file + npm install --global yarn pnpm \ No newline at end of file