Update script output destination in production
1 files changed, 1 insertions(+), 1 deletions(-) M docker-compose.production.yml
M docker-compose.production.yml => docker-compose.production.yml +1 -1
@@ 41,4 41,4 @@ services: image: kvikshaug.no volumes: - ".:/app" - command: babel --verbose js -d assets/js + command: babel --verbose script -o assets/script/bundle.js