Skip to content

Commit d61d14d

Browse files
committed
COPY all
1 parent e95a1d7 commit d61d14d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM node:14
22

3-
# Copies your code file from your action repository to the filesystem path `/` of the container
4-
COPY . /.
3+
COPY . .
54

65
RUN npm install
76
# Code file to execute when the docker container starts up (`entrypoint.sh`)

0 commit comments

Comments
 (0)