[#44] Added frontend hosting using feature
This commit is contained in:
parent
e0ac8ddd24
commit
5a95ee5270
3 changed files with 21 additions and 5 deletions
|
|
@ -19,7 +19,8 @@ COPY --chown=builder:builder migrations/ ./migrations/
|
|||
RUN cargo install \
|
||||
--path . \
|
||||
--root /app/output \
|
||||
--target x86_64-unknown-linux-musl
|
||||
--target x86_64-unknown-linux-musl \
|
||||
--features frontend
|
||||
|
||||
|
||||
FROM node:15-alpine3.13 AS frontend-builder
|
||||
|
|
|
|||
Reference in a new issue