Skip to content

Commit

Permalink
docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Nov 12, 2023
1 parent 323f8e4 commit 327bde7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RUN cargo build --release --workspace \
&& rm -fr target/release/deps/navigatum*

# second run of the image build (including our code)
COPY main-api/diesel.toml ./main-api/diesel.toml
COPY calendar/diesel.toml ./calendar/diesel.toml
COPY calendar/migrations calendar/migrations
COPY .sqlx .sqlx
Expand Down

0 comments on commit 327bde7

Please sign in to comment.