Skip to content

Commit

Permalink
Fixed niggle in Dockerfile and updated docker-compose to work with la…
Browse files Browse the repository at this point in the history
…test beta
  • Loading branch information
spikelynch committed Nov 4, 2019
1 parent a85450c commit 0121c16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
COPY error/* /etc/share/nginx/html/error/
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0121c16

Please sign in to comment.