initial commit of webpack
This commit is contained in:
7
builder/dockerfile.www.build
Normal file
7
builder/dockerfile.www.build
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM node:15-buster
|
||||
|
||||
COPY kasmweb/ /src/
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
RUN npm install
|
||||
Reference in New Issue
Block a user