Skip to content

Commit

Permalink
More fixes to enable node_modules to show up.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Nov 2, 2022
1 parent 91c245c commit f99a7da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
@@ -1,5 +1,6 @@
.devcontainer
.github
.run
frontend/node_modules
vendor
resources/*.mp3
1 change: 1 addition & 0 deletions docker-compose.frontend.yml
Expand Up @@ -6,5 +6,6 @@ services:
user: "${AZURACAST_PUID:-1000}:${AZURACAST_PGID:-1000}"
volumes:
- $PWD/frontend:/data/frontend
- $PWD/frontend/node_modules:/data/frontend/node_modules
- $PWD/translations:/data/translations
- $PWD/web/static:/data/web/static

0 comments on commit f99a7da

Please sign in to comment.