mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 09:12:43 +02:00
Updated Dockerfile to latest version of muse.
This commit is contained in:
parent
53af0074fc
commit
a87bf60fe5
1 changed files with 1 additions and 0 deletions
|
@ -52,5 +52,6 @@ ENV DATA_DIR=/data
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
ENV COMMIT_HASH=$COMMIT_HASH
|
ENV COMMIT_HASH=$COMMIT_HASH
|
||||||
ENV BUILD_DATE=$BUILD_DATE
|
ENV BUILD_DATE=$BUILD_DATE
|
||||||
|
ENV ENV_FILE=/config
|
||||||
|
|
||||||
CMD ["tini", "--", "node", "--enable-source-maps", "dist/scripts/migrate-and-start.js"]
|
CMD ["tini", "--", "node", "--enable-source-maps", "dist/scripts/migrate-and-start.js"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue