Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
the-codeboy committed Apr 21, 2024
1 parent c985285 commit 79fe2ae
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 @@ -6,9 +6,9 @@ WORKDIR /usr/src/
RUN USER=root cargo new studyscraper --bin
WORKDIR /usr/src/studyscraper
COPY Cargo.toml Cargo.lock ./
RUN cargo build --release

COPY src/ src/
RUN cargo build --release
RUN cargo install --path .

COPY static/ static/
Expand Down

0 comments on commit 79fe2ae

Please sign in to comment.