Removed obsole ui dockerfile
This commit is contained in:
parent
add2d145df
commit
b39336ea57
@ -1,8 +0,0 @@
|
||||
FROM node:10 as build-deps
|
||||
|
||||
WORKDIR /bridge
|
||||
COPY package.json .
|
||||
COPY package-lock.json .
|
||||
COPY . .
|
||||
RUN npm install
|
||||
RUN npm run postinstall
|
Loading…
Reference in New Issue
Block a user