Fix to dockerfile

pull/64/head
Dessalines 5 years ago
parent fdba88ac51
commit cbd1d67fea

@ -1,7 +1,9 @@
FROM node:10-jessie as node
#If encounter Invalid cross-device error -run on host 'echo N | sudo tee /sys/module/overlay/parameters/metacopy'
COPY ui /app/ui
RUN cd /app/ui && yarn && yarn build
WORKDIR /app/ui
RUN yarn
RUN yarn build
FROM rust:1.33 as rust
COPY server /app/server

Loading…
Cancel
Save