diff --git a/locales/fr-informal.json b/locales/fr-informal.json index f541ab3..418ae52 100644 --- a/locales/fr-informal.json +++ b/locales/fr-informal.json @@ -44,4 +44,4 @@ "of": "de", "with the email address": "avec l'adresse email", "with this tag": "avec ce mot clé" -} +} \ No newline at end of file diff --git a/locales/fr.json b/locales/fr.json index 388c75d..006caf5 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -44,4 +44,4 @@ "of": "de", "with the email address": "avec l'adresse email", "with this tag": "avec ce mot clé" -} +} \ No newline at end of file diff --git a/src/docker-compose.yml b/src/docker-compose.yml index f177c9b..6173655 100644 --- a/src/docker-compose.yml +++ b/src/docker-compose.yml @@ -5,8 +5,8 @@ services: image: ghost:3.7.0 container_name: ghost volumes: - - ./..:/var/lib/ghost/content/themes/liebling - - ./ghost.db:/var/lib/ghost/content/data/ghost.db + - ./..:/var/lib/ghost/content/themes/liebling:Z + - ./ghost.db:/var/lib/ghost/content/data/ghost.db:Z environment: - NODE_ENV=development ports: diff --git a/src/package.json b/src/package.json index 2e17118..ce5f0d7 100644 --- a/src/package.json +++ b/src/package.json @@ -10,6 +10,7 @@ "watch": "NODE_ENV=development node node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js", "docker-watch": "docker-compose up -d && node node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", + "podman-watch": "podman-compose up -d && node node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "deploy": "npm run production && node deploy/index.js", "production": "npm run build && npm run zip", "build": "NODE_ENV=production node node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",