Skip to content

Commit 63c479e

Browse files
committed
fix(deploy): add docker in dockerfile
1 parent 7e1c3df commit 63c479e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:20-alpine
22

3-
RUN apk add --no-cache git
3+
RUN apk add --no-cache git docker-cli
44

55
WORKDIR /app
66

0 commit comments

Comments
 (0)