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 88647fc commit f346d54Copy full SHA for f346d54
Dockerfile
@@ -19,7 +19,7 @@ RUN cargo build --release --target x86_64-unknown-linux-musl
19
COPY ./static ./static
20
COPY ./src ./src
21
22
-RUN cargo build --release --target x86_64-unknown-linux-musl
+RUN touch src/main.rs && cargo build --release --target x86_64-unknown-linux-musl
23
24
ENTRYPOINT ["/build/target/x86_64-unknown-linux-musl/release/glazed"]
25
CMD ["serve"]
0 commit comments