3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-18 06:39:03 +00:00

entry point

This commit is contained in:
Vojta Mrazek 2021-06-21 15:45:28 +02:00
parent 38fd304e3d
commit 105875482b

View file

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