Align nixAC to spice2x folder structure
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM spicetools/deps
|
||||
WORKDIR /src
|
||||
|
||||
COPY --from=gitroot . /src/.git
|
||||
COPY . /src/src/spice2x
|
||||
WORKDIR /src/src/spice2x
|
||||
ENTRYPOINT ["./build_all.sh"]
|
||||
Reference in New Issue
Block a user