don't create a new volume
This commit is contained in:
parent
03797a34db
commit
fc846af1e3
@ -4,8 +4,6 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
user: root
|
user: root
|
||||||
volumes:
|
|
||||||
- "custom_css:/css"
|
|
||||||
entrypoint: /docker-entrypoint.sh
|
entrypoint: /docker-entrypoint.sh
|
||||||
configs:
|
configs:
|
||||||
- source: entrypoint_css
|
- source: entrypoint_css
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cp -f /css/custom.css /web/dist/
|
cp -f /web/dist/assets/custom.css /web/dist/custom.css
|
||||||
|
|
||||||
su $(id -un 1000) -s /bin/bash -c 'dumb-init -- ak server'
|
su $(id -un 1000) -s /bin/bash -c 'dumb-init -- ak server'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user