🐳 💚 Fix copy of release

This commit is contained in:
mathieu.brunot 2019-02-14 14:44:52 +01:00
parent 49d99d09e2
commit 95035cfca3
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ COPY ./scripts/lein /home/uxbox/.local/bin/lein
RUN bash -c "/home/uxbox/.local/bin/lein version"
# Copy backend source and build release
COPY . /home/uxbox/backend
COPY ./* /home/uxbox/backend
RUN /home/uxbox/backend/scripts/dist