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 e584629 commit 643c5b3Copy full SHA for 643c5b3
Dockerfile
@@ -10,6 +10,7 @@ COPY Cargo.toml Cargo.lock ./
10
RUN cargo build --release --locked
11
12
COPY src ./src
13
+COPY grammars ./grammars
14
COPY config.toml ./
15
COPY templates ./templates
16
0 commit comments