From 28f2500cdcfc3a998fa91c811ed696c561e66a48 Mon Sep 17 00:00:00 2001 From: Szymon Nowicki Date: Sun, 3 Mar 2024 19:40:42 +0100 Subject: [PATCH] fix: shorten hash --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ecf87d6..a511ed2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,5 @@ COPY . . RUN yarn install RUN yarn make:hash + CMD yarn start