From: Felix Ableitner Date: Tue, 8 Dec 2020 20:20:23 +0000 (+0100) Subject: try manually without sudo X-Git-Url: http://these/git/?a=commitdiff_plain;h=b04944d9a570f3c0ac2b8cd6358a4a9d5c1a234f;p=lemmy.git try manually without sudo --- diff --git a/.drone.yml b/.drone.yml index 06559be3..41969716 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,5 +8,6 @@ steps: - name: test image: compose:alpine-1.27.4 commands: - - ./run-tests.bash + - docker build ../../ --file ../prod/Dockerfile --tag dessalines/lemmy:travis + - docker-compose up -d