From d61d14d65ee01c49106fd8492db68a2535f71d7d Mon Sep 17 00:00:00 2001 From: Cali93 Date: Fri, 26 Nov 2021 13:12:14 +0100 Subject: [PATCH] COPY all --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 439d213..64bffe7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM node:14 -# Copies your code file from your action repository to the filesystem path `/` of the container -COPY . /. +COPY . . RUN npm install # Code file to execute when the docker container starts up (`entrypoint.sh`)