🐳 💚 Fix copy of sources

This commit is contained in:
mathieu.brunot 2019-02-14 13:47:19 +01:00
parent aa735e52bf
commit bc5fe6c6b8
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
2 changed files with 4 additions and 4 deletions

View file

@ -48,11 +48,11 @@ RUN apt-get update && \
USER uxbox
WORKDIR /home/uxbox
COPY ../backend/scripts/lein /home/uxbox/.local/bin/lein
COPY ./scripts/lein /home/uxbox/.local/bin/lein
RUN bash -c "/home/uxbox/.local/bin/lein version"
# Copy backend source and build release
COPY ../backend /home/uxbox/backend
COPY . /home/uxbox/backend
RUN /home/uxbox/backend/scripts/dist