working version of dockerfile and entrypoint.sh
This commit is contained in:
committed by
Ella Schwarz
parent
8141c717fc
commit
77459a347d
@@ -262,8 +262,8 @@ RUN cd chipyard && \
|
||||
|
||||
#WORKDIR $HOME/chipyard
|
||||
#COPY entrypoint.sh /home/riscvuser/chipyard/entrypoint.sh
|
||||
#RUN sudo chown riscvuser entrypoint.sh
|
||||
#RUN chmod +x entrypoint.sh
|
||||
RUN sudo chown riscvuser /home/riscvuser/chipyard/scripts/entrypoint.sh
|
||||
RUN chmod +x /home/riscvuser/chipyard/scripts/entrypoint.sh
|
||||
#WORKDIR $HOME
|
||||
ENTRYPOINT ["/home/riscvuser/chipyard/scripts/entrypoint.sh"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user