Skip to content

Commit

Permalink
Fixed dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1N committed Apr 6, 2024
1 parent 2ff7a44 commit e17f683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM rust:slim-buster as builder
WORKDIR /usr/src/memflow-registry
COPY . .

WORKDIR /usr/src/memflow-registry/memflow-registry
WORKDIR /usr/src/memflow-registry
RUN cargo install --path .

FROM debian:buster-slim
Expand Down

0 comments on commit e17f683

Please sign in to comment.