We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d5da5 commit b81b9bdCopy full SHA for b81b9bd
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
FROM --platform=$BUILDPLATFORM node:20-alpine as JSBUILD
2
-COPY package.json package-lock.json rollup.config.js rollup-serviceworker.config.js./
+COPY package.json package-lock.json rollup.config.js rollup-serviceworker.config.js ./
3
RUN npm ci
4
COPY resources/js resources/js
5
RUN npm run build
0 commit comments