Skip to content

Commit

Permalink
test docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ejahnGithub committed May 2, 2024
1 parent ce7f66d commit 0467170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu

# build index.js
COPY index.js /index.js
COPY index.js ./

# install nodejs
RUN apt-get update
Expand Down

0 comments on commit 0467170

Please sign in to comment.