mirror of
https://github.com/dokku/dokku.git
synced 2026-08-29 10:08:53 +02:00
dev: speed up devcontainer building by only copying the tests.mk file as Makefile first
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user