diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 952c4f312..ac47a30bd 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -10,8 +10,9 @@ RUN apt-get install --no-install-recommends -y build-essential file nano && \ ADD https://raw.githubusercontent.com/dokku/dokku/master/tests/dhparam.pem /mnt/dokku/etc/nginx/dhparam.pem COPY .devcontainer/bin/ /usr/local/bin/ -COPY . . - +COPY ["tests.mk", "Makefile"] RUN make ci-dependencies -ENV DOKKU_HOSTNAME=dokku.me +COPY . . + +ENV DOKKU_HOSTNAME=dokku.me \ No newline at end of file