From 56a469a999774c8b8683adeb59b243fdf85b14c9 Mon Sep 17 00:00:00 2001 From: Max Isom Date: Sat, 5 Feb 2022 16:16:17 -0600 Subject: Migrate to slash commands (#431) Co-authored-by: Federico fuji97 Rapetti --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Dockerfile') 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"] -- cgit v1.2.3