This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
werefox-dev/Dockerfile

9 lines
112 B
Text
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
2021-04-07 15:46:55 -05:00
WORKDIR /usr/src/app