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`)