@leverege/build-tools 2.115.0-beta.3 → 2.115.0-beta.4

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.3",
3
+ "version": "2.115.0-beta.4",
4
4
  "description": "A collection of build / support tools for Leverege developers",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -129,5 +129,5 @@ WORKDIR /usr/src/app
129
129
  COPY --chown={{runuser}}:{{runuser}} --from=intermediate /usr/src/app /usr/src/app
130
130
 
131
131
  USER {{runuser}}
132
- COPY ./bashrc /home/{{runuser}}/.bashrc
132
+ COPY --chown={{runuser}}:{{runuser}} ./bashrc /home/{{runuser}}/.bashrc
133
133
  CMD [ "/bin/bash", "-c", "source /home/{{runuser}}/.bashrc && {{runCommand}}" ]