3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-10 17:58:07 +00:00
This commit is contained in:
Vojta Mrazek 2025-10-08 13:13:41 +02:00 committed by GitHub
commit 25deb80e13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 73 additions and 0 deletions

View file

@ -55,4 +55,7 @@ ENV PATH /opt/yosys/bin:$PATH
RUN useradd -m yosys
USER yosys
VOLUME ["/app"]
WORKDIR /app
CMD ["yosys"]