diff --git a/Dockerfile b/Dockerfile index eb3d024..c583fbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN apk add --update --no-cache --virtual build-dependencies git python build-ba # Install Pinafore && yarn --production --pure-lockfile \ && yarn build \ + && yarn cache clean \ && rm -rf ./src \ # Cleanup && apk del build-dependencies