make sure db images use correct entrypoint

This commit is contained in:
Michael Parker
2022-02-23 16:02:00 -05:00
parent dd3b647339
commit 80bb87e8cb
11 changed files with 11 additions and 11 deletions

View File

@@ -12,5 +12,5 @@ USER container
ENV HOME /home/container
WORKDIR /home/container
COPY ./entrypoint.sh /entrypoint.sh
COPY ../entrypoint.sh /entrypoint.sh
CMD ["/bin/bash", "/entrypoint.sh"]