From 09442795a3cabd57bd29ab234699eaa1e679cc11 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 18 Oct 2023 00:09:10 +0100 Subject: [PATCH] copy files --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5a71b89..b7e4d60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,8 @@ FROM fascinated/docker-images:node-latest EXPOSE 5000 +COPY . . + RUN npm install RUN npm run build