Skip to content

Commit

Permalink
fix: arm dockerfile package version
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
NGPixel committed Apr 25, 2020
1 parent b293147 commit a1515e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/build-arm/Dockerfile
Expand Up @@ -30,7 +30,7 @@ COPY --chown=node:node --from=build /wiki/node_modules ./node_modules
COPY --chown=node:node ./server ./server
COPY --chown=node:node ./build/server/views ./server/views
COPY --chown=node:node ./dev/build/config.yml ./config.yml
COPY --chown=node:node ./package.json ./package.json
COPY --chown=node:node ./build/package.json ./package.json
COPY --chown=node:node ./LICENSE ./LICENSE

USER node
Expand Down

0 comments on commit a1515e3

Please sign in to comment.