💚 Fix permissions and paths

This commit is contained in:
mathieu.brunot 2019-02-15 18:10:35 +01:00
parent a984a2795d
commit c9cf540d8e
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
3 changed files with 7 additions and 4 deletions

View file

@ -1,5 +1,7 @@
FROM monogramm/docker-uxbox-builder:latest
ENV LEIN_ROOT=TRUE
# Copy backend source and build release
COPY . /home/uxbox/backend
RUN set -ex; \