Skip to content

Commit

Permalink
Reduce docker image size by removing useless images
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed May 10, 2024
1 parent b3c8003 commit ccaa719
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ pnpm-debug.log*
# jetbrains setting folder
.idea/

public/img/alchemistry/achievements/
public/img/alchemistry/achievements/*.png
src/business/alchemistry_achievementManager.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"start": "npm run prepare && astro dev",
"build": "npm run prepare && astro build",
"prepare": "cp alchemistry/src/business/achievementManager.js src/business/alchemistry_achievementManager.js && cp -R alchemistry/i18n/ src/i18n/alchemistry/ && cp -R src/pages/alchemistry/ src/pages/fr/ && cp -R alchemistry/public/img/achievements/ public/img/alchemistry/",
"prepare": "cp alchemistry/src/business/achievementManager.js src/business/alchemistry_achievementManager.js && cp -R alchemistry/i18n/ src/i18n/alchemistry/ && cp -R src/pages/alchemistry/ src/pages/fr/ && cp -R alchemistry/public/img/achievements/*_ok.png public/img/alchemistry/achievements/",
"preview": "astro preview",
"astro": "astro"
},
Expand Down
File renamed without changes.

0 comments on commit ccaa719

Please sign in to comment.