From 0ecaf844d76ba1fd936a82e6c46b1452cdd5d4c0 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Mon, 23 Sep 2019 20:07:02 -0700 Subject: [PATCH] Build of agama-176 Signed-off-by: James Ketrenos --- Dockerfile | 2 +- Dockerfile.solution | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ebdca8e..c7576d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -166,7 +166,7 @@ WORKDIR /home/agama # ffmpeg is installed; the build and source trees are no longer needed # RUN rm -rf /home/agama/ffmpeg -COPY assets/* /assets/ +COPY assets/ /assets/ ENTRYPOINT [ "/assets/entry" ] diff --git a/Dockerfile.solution b/Dockerfile.solution index fe4e26d..67f2ff5 100644 --- a/Dockerfile.solution +++ b/Dockerfile.solution @@ -42,6 +42,6 @@ WORKDIR /home/agama # ffmpeg is installed; the build and source trees are no longer needed # RUN rm -rf /home/agama/ffmpeg -COPY assets/* /assets/ +COPY assets/ /assets/ ENTRYPOINT [ "/assets/entry" ]