dockertest/setup/web/Dockerfile
2018-05-31 16:01:32 +01:00

8 lines
76 B
Docker

FROM node:alpine
WORKDIR /usr/app
COPY . .
RUN npm install --unsafe-perm