Skip to content

Commit e550e55

Browse files
authored
Fix Docker build after build script addition
Restore the Docker publish lane after adding build.rs.
1 parent 0fea838 commit e550e55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ WORKDIR /app
1616

1717
# Cache dependencies
1818
COPY Cargo.toml Cargo.lock ./
19+
COPY build.rs ./build.rs
1920
COPY migrations ./migrations
2021
RUN mkdir src && echo 'fn main() {}' > src/main.rs && \
2122
mkdir -p web/dist && \

0 commit comments

Comments
 (0)