Remove unused dependency

This commit is contained in:
Sascha Hagedorn 2020-01-30 11:48:01 +01:00
parent ea895da29d
commit a73108f291

View file

@ -1,5 +1,4 @@
FROM node:8-alpine as build
RUN apk add --no-cache git
RUN mkdir /tmp/brouter-web
WORKDIR /tmp/brouter-web
COPY . .