twikoo 1.7.18 → 1.7.19

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,7 +9,5 @@ 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
14
12
  EXPOSE 8080
15
13
  CMD ["/app/node_modules/.bin/tkserver"]