beamershow/Dockerfile
2021-03-30 20:10:12 +02:00

5 lines
74 B
Docker

FROM node:15.11.0-alpine3.13
WORKDIR /app
COPY . .
RUN yarn
RUN yarn build