twikoo 1.7.15 → 1.7.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Dockerfile CHANGED
@@ -9,5 +9,7 @@ FROM ${NODE_IMAGE}:lts-alpine
9
9
  WORKDIR /app
10
10
  ENV NODE_ENV=production
11
11
  COPY --from=build /app .
12
+ RUN chown -R node:node /app
13
+ USER node
12
14
  EXPOSE 8080
13
15
  CMD ["/app/node_modules/.bin/tkserver"]