We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8b6c1 commit 075e17bCopy full SHA for 075e17b
Dockerfile.debug
@@ -25,7 +25,7 @@ WORKDIR /parseable
25
26
# Cache dependencies
27
COPY Cargo.toml Cargo.lock build.rs .git ./
28
-RUN mkdir src && echo "fn main() {}" > src/main.rs && cargo build --release && rm -rf src
+RUN mkdir src && echo "fn main() {}" > src/main.rs && cargo build && rm -rf src
29
30
# Build the actual binary
31
COPY src ./src
0 commit comments