Skip to content

Commit 1919dee

Browse files
committed
Build fix
1 parent 3c43d6e commit 1919dee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM node:22.13.1-alpine
44

5-
RUN apk add --no-cache bash
5+
RUN apk add --no-cache bash git
66
RUN apk update
77

88
ARG RESET_DB_ARG=false
@@ -17,4 +17,4 @@ RUN npm install pnpm -g
1717
RUN pnpm install
1818
RUN pnpm run build
1919
RUN chmod +x appStartUp.sh
20-
CMD ./appStartUp.sh
20+
CMD ./appStartUp.sh

0 commit comments

Comments
 (0)