Small changes on DockerFile
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
This commit is contained in:
parent
4ec4335431
commit
70f0433bf6
|
@ -17,6 +17,10 @@ RUN make install VERBOSE=1 INSTALL_PREFIX=/opt
|
|||
# Add a non-privileged user
|
||||
RUN useradd -ms /bin/bash msspec
|
||||
USER msspec
|
||||
WORKDIR /home/msspec
|
||||
RUN echo "export PS1=\"\w\$ \"" >> .bashrc
|
||||
RUN echo "$(msspec -e)" >> .bashrc
|
||||
RUN mkdir data
|
||||
|
||||
# Run the msspec frontend command on startup
|
||||
ENTRYPOINT ["msspec"]
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
|
|
Loading…
Reference in New Issue