werefox-cafe/Dockerfile

9 lines
124 B
Docker
Raw Normal View History

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