aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-02-05 16:16:17 -0600
committerGitHub <[email protected]>2022-02-05 16:16:17 -0600
commit56a469a999774c8b8683adeb59b243fdf85b14c9 (patch)
tree2e11f067d6e4caae9301986a0b432825cc65839e /Dockerfile
parente883275d831f3d9bf3a57bd91e0deeeaf4951242 (diff)
downloadmuse-56a469a999774c8b8683adeb59b243fdf85b14c9.tar.xz
muse-56a469a999774c8b8683adeb59b243fdf85b14c9.zip
Migrate to slash commands (#431)
Co-authored-by: Federico fuji97 Rapetti <[email protected]>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index d1310ca..47a3592 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,6 +35,11 @@ COPY --from=builder /usr/app/migrations migrations
RUN yarn prisma generate
+ARG COMMIT_HASH=unknown
+
ENV DATA_DIR /data
+ENV NODE_ENV production
+ENV BUILD_DATE $(date)
+ENV COMMIT_HASH $COMMIT_HASH
CMD ["yarn", "start"]