Skip to content

Commit 1018af9

Browse files
authored
fix: include build script in Docker image (#33)
1 parent 4dc2b90 commit 1018af9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM node:24-alpine as build
22
WORKDIR /app
33
COPY package.json package-lock.json ./
4+
COPY build.js ./
45
RUN npm ci
56
COPY src ./src
67
RUN npm run build

0 commit comments

Comments
 (0)