From 4f3e110a99e80d279456f43c60f5cf8f9372b665 Mon Sep 17 00:00:00 2001 From: Jack Waller Date: Tue, 3 Dec 2024 11:46:26 +1100 Subject: [PATCH] chore: test deploy --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3dbd26c..d8b8eba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,6 @@ FROM public.ecr.aws/bitnami/node:18 ENV NODE_ENV=production RUN npm install -g typescript -# test new build - WORKDIR /app COPY . . RUN yarn