Skip to content

Commit 5233bcb

Browse files
committed
Build from tree instead of refetching everything
1 parent f24fa67 commit 5233bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN apt-get update \
1111
RUN a2enmod rewrite
1212
ENV CI_ENV=docker
1313

14+
COPY ./ /var/www/html/
1415
WORKDIR /var/www/html
15-
RUN curl -L https://api.github.com/repos/wavelog/wavelog/tarball/dev | tar -xz --strip=1
1616
RUN chown -R www-data:www-data /var/www/html
1717

1818
RUN mkdir ./userdata

0 commit comments

Comments
 (0)