fix docker build files post github migration

This commit is contained in:
sp2xdev
2025-03-16 00:34:15 -07:00
parent cdcd8849f1
commit 5fe7d1d993
3 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -2,5 +2,7 @@ FROM spicetools/deps
WORKDIR /src
RUN chown user:user /src
USER user
COPY --chown=user:user . /src
COPY --chown=user:user --from=gitroot . /src/.git
COPY --chown=user:user . /src/src/spice2x
WORKDIR /src/src/spice2x
CMD ["./build_all.sh"]