Compare commits
2 commits
a1a0f38f74
...
6ff4cef5d4
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ff4cef5d4 | |||
| 2f66ce4e22 |
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ RUN cargo install \
|
||||||
--features frontend
|
--features frontend
|
||||||
|
|
||||||
|
|
||||||
FROM node:16-alpine3.13 AS frontend-builder
|
FROM node:17-alpine3.13 AS frontend-builder
|
||||||
|
|
||||||
COPY ./web /app
|
COPY ./web /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
|
||||||
Reference in a new issue