Skip to content

Commit

Permalink
build(sushii): Copy missing sushii-feeds and add rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Jan 28, 2021
1 parent efcc3b4 commit 7ea9db7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sushii-2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Compile sushii
FROM rust:1.48 as build

RUN rustup component add rustfmt

# create a new empty shell project
WORKDIR /usr/src/sushii
RUN USER=root cargo new sushii-2 --bin
Expand All @@ -11,6 +13,7 @@ COPY ./sushii-2/Cargo.toml ./sushii-2/Cargo.toml

# copy local dependencies
COPY ./sushii-model ./sushii-model
COPY ./sushii-feeds ./sushii-feeds

# switch to sushii-2 workspace project to run following commands in sushii-2 dir
WORKDIR /usr/src/sushii/sushii-2
Expand Down

0 comments on commit 7ea9db7

Please sign in to comment.