mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-26 10:03:18 +01:00
8 lines
72 B
Plaintext
8 lines
72 B
Plaintext
|
FROM node:15-buster
|
||
|
|
||
|
COPY kasmweb/ /src/
|
||
|
|
||
|
WORKDIR /src
|
||
|
|
||
|
RUN npm install
|