Workflow: Update formula11 dockerfile
All checks were successful
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 32s
All checks were successful
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 32s
This commit is contained in:
@ -6,9 +6,6 @@ COPY package*.json ./
|
|||||||
|
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
# Sharp requires extra shit
|
|
||||||
RUN npm install --os=linux --libc=musl --cpu=x64 --include=optional sharp
|
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
@ -19,8 +16,7 @@ FROM node:23-alpine
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/build build/
|
COPY --from=builder /app/build build/
|
||||||
# If all deps are devDependencies, this should theoretically not be required
|
COPY --from=builder /app/node_modules node_modules/
|
||||||
# COPY --from=builder /app/node_modules node_modules/
|
|
||||||
COPY package.json .
|
COPY package.json .
|
||||||
|
|
||||||
EXPOSE 5173
|
EXPOSE 5173
|
||||||
|
Reference in New Issue
Block a user