Skip to content

Commit ac9551a

Browse files
committed
fix dokku deploy
1 parent ddd17cb commit ac9551a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:24-alpine AS assets
33
WORKDIR /app
44

55
COPY package.json package-lock.json ./
6-
RUN npm ci
6+
RUN npm install
77

88
COPY resources ./resources
99
COPY vite.config.js ./

0 commit comments

Comments
 (0)