mirror of
https://github.com/typeable/octopod.git
synced 2024-11-22 16:56:29 +03:00
Update mtime of static files at deploy time (#6)
This commit is contained in:
parent
47495459e3
commit
50c4614ded
@ -51,7 +51,10 @@ spec:
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
- 'cp -a /www/* /copy/'
|
||||
- |
|
||||
set -ex
|
||||
cp -a /www/* /copy/
|
||||
find /www -type f -exec touch {} +
|
||||
volumeMounts:
|
||||
- name: www
|
||||
mountPath: /copy
|
||||
|
@ -29,6 +29,7 @@ with {
|
||||
gnugrep
|
||||
cacert'
|
||||
shadow
|
||||
findutils
|
||||
];
|
||||
|
||||
runAsRoot = ''
|
||||
|
Loading…
Reference in New Issue
Block a user