ci: deploy to container workflow - add assets volume bind

This commit is contained in:
NGPixel 2022-10-26 03:04:25 -04:00
parent cd4992e412
commit db3c93a25a
No known key found for this signature in database
GPG key ID: 8FDA2F1757F60D63

View file

@ -136,6 +136,9 @@ async function main () {
`VIRTUAL_PORT=8000`
],
HostConfig: {
Binds: [
'dt-assets:/assets'
],
NetworkMode: 'shared',
RestartPolicy: {
Name: 'unless-stopped'