mirror of
https://github.com/MrUnknownDE/utools.git
synced 2026-04-19 06:03:45 +02:00
add oui install on dockerfile
This commit is contained in:
@@ -14,6 +14,7 @@ COPY package*.json ./
|
|||||||
# Install app dependencies using npm ci for faster, reliable builds
|
# Install app dependencies using npm ci for faster, reliable builds
|
||||||
# --only=production installs only production dependencies
|
# --only=production installs only production dependencies
|
||||||
RUN npm ci --only=production
|
RUN npm ci --only=production
|
||||||
|
RUN npm i oui
|
||||||
|
|
||||||
# Stage 2: Production Image
|
# Stage 2: Production Image
|
||||||
FROM node:18-alpine
|
FROM node:18-alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user