Skip to content

Commit

Permalink
build: copy build directory in Dockerfile.snap
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Ivanov committed Nov 1, 2019
1 parent 3ce446f commit 46e7e52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM xibo-linux

RUN cp -r /app/_build/. /app/build

# Install snapcraft
RUN apt-get install -y snapcraft

Expand Down

0 comments on commit 46e7e52

Please sign in to comment.