Move docker-entrypoint.sh into the test/acceptance/scripts directory

This commit is contained in:
Shane Kilkelly 2016-07-08 15:52:02 +01:00
parent 32d06b805c
commit 0a5f95f22d
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,6 @@
FROM ubuntu
COPY ./test/acceptance/docker-entrypoint.sh /entrypoint.sh
COPY ./test/acceptance/scripts/docker-entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
RUN apt-get update && apt-get upgrade -y