werefox-cafe/Dockerfile

9 lines
112 B
Docker
Raw Normal View History

2021-04-07 20:46:55 +00:00
FROM node:12-alpine
RUN apk update && \
apk add --no-cache bash
RUN npm install
2021-04-07 20:46:55 +00:00
WORKDIR /usr/src/app