Revert spurious change

This commit is contained in:
Girish Ramakrishnan
2022-09-14 17:59:38 +02:00
parent 9cef08aa6a
commit 0250661402

View File

@@ -324,8 +324,7 @@ async function createSubcontainer(app, name, cmd, options) {
ExposedPorts: isAppContainer ? exposedPorts : { },
Volumes: { // see also ReadonlyRootfs
'/tmp': {},
'/run': {},
'/app/code/node_modules': {}
'/run': {}
},
Labels: {
'fqdn': app.fqdn,