Skip to content

Commit

Permalink
COPY all
Browse files Browse the repository at this point in the history
  • Loading branch information
Cali93 committed Nov 26, 2021
1 parent e95a1d7 commit d61d14d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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`)
Expand Down

0 comments on commit d61d14d

Please sign in to comment.