3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-24 12:07:53 +00:00
This commit is contained in:
Vojta Mrazek 2025-05-02 16:53:06 +00:00 committed by GitHub
commit 733b01f83b
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"]