We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95a1d7 commit d61d14dCopy full SHA for d61d14d
1 file changed
Dockerfile
@@ -1,7 +1,6 @@
1
FROM node:14
2
3
-# Copies your code file from your action repository to the filesystem path `/` of the container
4
-COPY . /.
+COPY . .
5
6
RUN npm install
7
# Code file to execute when the docker container starts up (`entrypoint.sh`)
0 commit comments