summaryrefslogtreecommitdiff
path: root/examples/003
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-10 21:33:28 -0600
committermo khan <mo.khan@gmail.com>2020-06-10 21:33:28 -0600
commit44f8e92711d09b10309f0fd1ccf65ee6fe411a05 (patch)
tree6c49341adf54b784fcce3199b7a7346c09badd1f /examples/003
parent0860d075d1a3e939ce1a6d4d9de96ea227333346 (diff)
CLeanup slides
Diffstat (limited to 'examples/003')
-rw-r--r--examples/003/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/003/Dockerfile b/examples/003/Dockerfile
index a722743..baa4fa5 100644
--- a/examples/003/Dockerfile
+++ b/examples/003/Dockerfile
@@ -6,4 +6,5 @@ RUN apt-get update -y \
&& tar --use-compress-program zstd -cf /opt/db.tar.zst /opt/db \
&& rm -fr /opt/db
COPY run.sh /run.sh
+RUN chmod +x /run.sh
ENTRYPOINT ["/run.sh"]