diff options
| author | Federico fuji97 Rapetti <[email protected]> | 2022-01-11 23:33:12 +0100 |
|---|---|---|
| committer | Federico fuji97 Rapetti <[email protected]> | 2022-01-11 23:33:12 +0100 |
| commit | 19848ba9f71cb59c4e1b5a6a7e2ea567a192365f (patch) | |
| tree | 0cb69aeeaf67db45e0be6016904f3624ee6501f5 | |
| parent | ce686b42815c4f7a1e87496612a647009da7a741 (diff) | |
| download | muse-19848ba9f71cb59c4e1b5a6a7e2ea567a192365f.tar.xz muse-19848ba9f71cb59c4e1b5a6a7e2ea567a192365f.zip | |
Edit Docker templates
| -rw-r--r-- | Dockerfile | 1 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 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 |
