mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-04-12 02:03:55 +02:00
Edit Docker templates
This commit is contained in:
parent
ce686b4281
commit
19848ba9f7
2 changed files with 2 additions and 1 deletions
|
@ -30,5 +30,6 @@ FROM base AS prod
|
|||
COPY --from=builder /usr/app/dist dist
|
||||
|
||||
ENV DATA_DIR /data
|
||||
ENV NODE_ENV production
|
||||
|
||||
CMD ["yarn", "start"]
|
||||
|
|
|
@ -69,7 +69,7 @@ services:
|
|||
- YOUTUBE_API_KEY=
|
||||
- SPOTIFY_CLIENT_ID=
|
||||
- SPOTIFY_CLIENT_SECRET=
|
||||
- NODE_ENV=development
|
||||
# - NODE_ENV=production
|
||||
```
|
||||
|
||||
#### Node.js
|
||||
|
|
Loading…
Add table
Reference in a new issue