Compare commits
No commits in common. "a73895196179fff32809f14a118ef2b92ec2df1a" and "f27775910f72cc1669eca112c97acae1c005bc8a" have entirely different histories.
a738951961
...
f27775910f
|
@ -23,7 +23,7 @@ RUN cargo install \
|
||||||
--features frontend
|
--features frontend
|
||||||
|
|
||||||
|
|
||||||
FROM node:16-alpine3.13 AS frontend-builder
|
FROM node:15-alpine3.13 AS frontend-builder
|
||||||
|
|
||||||
COPY ./web /app
|
COPY ./web /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Reference in New Issue