Skip to content

Commit

Permalink
install docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kengo-k committed Jun 1, 2024
1 parent 3294353 commit f3d7f2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:20

RUN apt-get update && apt-get install -y docker.io

WORKDIR /app

COPY package.json package-lock.json ./
Expand Down

0 comments on commit f3d7f2c

Please sign in to comment.