Dockerfile for executables builder.
This commit is contained in:
parent
389b54cc96
commit
5138ced433
5
Dockerfile-builder
Normal file
5
Dockerfile-builder
Normal file
@ -0,0 +1,5 @@
|
||||
FROM node:12.18-alpine3.12
|
||||
WORKDIR /home/node/app
|
||||
COPY package*.json ./
|
||||
RUN npm install && npm install -g browserify nexe@3.3.7
|
||||
COPY . .
|
||||
Loading…
x
Reference in New Issue
Block a user