@leverege/build-tools 2.115.0-beta.1 → 2.115.0-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leverege/build-tools",
3
- "version": "2.115.0-beta.1",
3
+ "version": "2.115.0-beta.2",
4
4
  "description": "A collection of build / support tools for Leverege developers",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -126,8 +126,8 @@ RUN rm -f ${NPM_CONFIG_USERCONFIG}
126
126
  ENTRYPOINT [ "tini", "--" ]
127
127
  WORKDIR /usr/src/app
128
128
 
129
- COPY --chown=node:node --from=intermediate /usr/src/app /usr/src/app
129
+ COPY --chown={{runuser}}:{{runuser}} --from=intermediate /usr/src/app /usr/src/app
130
130
 
131
131
  USER {{runuser}}
132
- COPY ./bashrc /home/node/.bashrc
133
- CMD [ "/bin/bash", "-c", "source /home/node/.bashrc && {{runCommand}}" ]
132
+ COPY ./bashrc /home/{{runuser}}/.bashrc
133
+ CMD [ "/bin/bash", "-c", "source /home/{{runuser}}/.bashrc && {{runCommand}}" ]