From ea417c5c095107e56f9e15e020c6cc089b5f05b1 Mon Sep 17 00:00:00 2001 From: sokari Date: Sat, 7 Dec 2024 20:29:43 +0100 Subject: [PATCH] feat: Slack bot! --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 267bc4e..ba5885a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,11 +12,11 @@ RUN npm install -g firebase-tools RUN mkdir "allure-results" # create staging # Copy app files and install deps COPY worker/. /app/ -#RUN npm install -g typescript -#RUN npm install --omit=dev && npm run build -#RUN npm uninstall -g typescript +RUN npm install -g typescript +RUN npm install --omit=dev && npm run build +RUN npm uninstall -g typescript ## Remove .ts files -#RUN rm -rf app +RUN rm -rf app COPY start.sh / CMD ["/bin/sh", "/start.sh"] \ No newline at end of file