Skip to content

Commit 643c5b3

Browse files
committed
build: fix dockerfile
1 parent e584629 commit 643c5b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ COPY Cargo.toml Cargo.lock ./
1010
RUN cargo build --release --locked
1111

1212
COPY src ./src
13+
COPY grammars ./grammars
1314
COPY config.toml ./
1415
COPY templates ./templates
1516

0 commit comments

Comments
 (0)