We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc2b90 commit 1018af9Copy full SHA for 1018af9
1 file changed
frontend/Dockerfile
@@ -1,6 +1,7 @@
1
FROM node:24-alpine as build
2
WORKDIR /app
3
COPY package.json package-lock.json ./
4
+COPY build.js ./
5
RUN npm ci
6
COPY src ./src
7
RUN npm run build
0 commit comments