Skip to content
Snippets Groups Projects
Commit fc991c32 authored by michael.minelli's avatar michael.minelli
Browse files

Add assets foler with a docker-compose file override

parent 505abb8d
No related branches found
No related tags found
No related merge requests found
volumes:
{{VOLUME_NAME}}:
driver_opts:
type : none
device: {{MOUNT_PATH}}
o : bind
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"scripts": [], "scripts": [],
"assets" : [ "assets" : [
"node_modules/axios/dist/node/axios.cjs", "node_modules/axios/dist/node/axios.cjs",
".env" ".env",
"assets/**/*"
], ],
"targets": [ "targets": [
"node18-linux-arm64", "node18-linux-arm64",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment