scanclient/Dockerfile

5 lines
74 B
Docker
Raw Permalink Normal View History

2021-03-14 19:26:51 +00:00
FROM node:15.11.0-alpine3.13
WORKDIR /app
COPY . .
2021-03-19 15:48:27 +00:00
RUN yarn
RUN yarn build