mirror of https://github.com/wg-easy/wg-easy
committed by
GitHub
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||
FROM ghcr.io/vikashloomba/capmvm-k8s-os:1.23.5 |
|||
RUN apt install nodejs |
|||
# Update npm to latest |
|||
RUN npm install -g npm@latest |
|||
|
|||
# Copy Web UI |
|||
COPY src /app |
|||
WORKDIR /app |
|||
RUN npm ci --omit=dev &&\ |
|||
mv node_modules /node_modules |
|||
Loading…
Reference in new issue