Skip to content

Commit

Permalink
Merge pull request #14 from bayesmix-dev/master
Browse files Browse the repository at this point in the history
Sync with bayesmix-dev/bayesmix:master
  • Loading branch information
TeoGiane authored Oct 9, 2023
2 parents 8a076a3 + 10e8330 commit b3850c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/docker/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /usr
COPY . bayesmix-update

# Generate and apply patch to updtae bayesmix
RUN diff -ruN --exclude=build --exclude=_deps --exclude=.git --exclude='*.pb2.py' bayesmix/ bayesmix-update/ | patch -d bayesmix -p1 \
RUN diff -ruN -x 'build' -x '_deps' -x '.git' -x '*_pb2.py' bayesmix/ bayesmix-update/ | patch -d bayesmix -p1 \
&& rm -rf bayesmix-update

# Set working directory to /usr
Expand Down

0 comments on commit b3850c7

Please sign in to comment.