Skip to content

Commit b81b9bd

Browse files
authored
typo
1 parent 76d5da5 commit b81b9bd

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
@@ -1,5 +1,5 @@
11
FROM --platform=$BUILDPLATFORM node:20-alpine as JSBUILD
2-
COPY package.json package-lock.json rollup.config.js rollup-serviceworker.config.js./
2+
COPY package.json package-lock.json rollup.config.js rollup-serviceworker.config.js ./
33
RUN npm ci
44
COPY resources/js resources/js
55
RUN npm run build

0 commit comments

Comments
 (0)