Skip to content

Commit a1b0ad2

Browse files
committed
missing letter in installation dependencies
1 parent 11550fe commit a1b0ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY run-jiti.js ./
1515
COPY src/features/build-info/script-to-generate-json.ts ./src/features/build-info/
1616

1717
# install dependencies
18-
RUN pnpm install --frozen-lockfil
18+
RUN pnpm install --frozen-lockfile
1919

2020
ARG VITE_BASE_URL
2121
ARG VITE_ENV_NAME

0 commit comments

Comments
 (0)