From 0121c167cdee7ad16ceaf6f93fc41f84cd643645 Mon Sep 17 00:00:00 2001 From: Mike Lynch Date: Mon, 4 Nov 2019 13:22:24 +1100 Subject: [PATCH] Fixed niggle in Dockerfile and updated docker-compose to work with latest beta --- Dockerfile | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d7279f9..f9c5e5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ COPY conf.d/ocfl.conf /etc/nginx/conf.d RUN mkdir -p /etc/nginx/js COPY js/ocfl.js /etc/nginx/js RUN mkdir -p /etc/share/nginx/html/assets -COPY assets/* /etc/share/nginx/html/assets +COPY assets/* /etc/share/nginx/html/assets/ RUN mkdir -p /etc/share/nginx/html/error -COPY error/* /etc/share/nginx/html/error \ No newline at end of file +COPY error/* /etc/share/nginx/html/error/ \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 1e0dbe3..e611615 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ networks: services: nginx-ocfl: - image: mikelynch/nginx-ocfl:v1.1.1-beta + image: mikelynch/nginx-ocfl:v1.1.2-beta ports: - "8080:8080" expose: