Make 'docker stop' work properly

This commit is contained in:
Radon Rosborough 2020-06-12 12:34:51 -06:00
parent 406c64e68d
commit 144202adf1
2 changed files with 2 additions and 2 deletions

View File

@ -36,4 +36,4 @@ EXPOSE 6120
ENTRYPOINT ["/usr/local/bin/pid1.bash"]
COPY scripts/pid1.bash /usr/local/bin/
CMD bash
CMD ["bash"]

View File

@ -53,4 +53,4 @@ COPY --chown=docker:docker . /home/docker/src
RUN cp -R /tmp/riju/* /home/docker/src/ && rm -rf /tmp/riju
WORKDIR /home/docker/src
CMD yarn run server
CMD ["yarn", "run", "server"]