Fix Dockerfile
This commit is contained in:
@@ -17,7 +17,7 @@ RUN apk add --no-cache rustup build-base openssl-dev openssl-libs-static && \
|
||||
rm src/main.rs
|
||||
|
||||
COPY src/ /usr/src/src/
|
||||
COPY target/ /usr/src/target/
|
||||
COPY templates/ /usr/src/templates/
|
||||
|
||||
RUN source "$HOME/.cargo/env" && \
|
||||
touch src/main.rs && \
|
||||
|
||||
Reference in New Issue
Block a user