Skip to content

Commit

Permalink
Remove source files demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Jan 31, 2020
1 parent 1371115 commit 5fa0f96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY ./redirectToLatest.html /usr/share/nginx/html/index.html
COPY ./redirectToLatest.html /usr/share/nginx/html/404.html

RUN rm /usr/share/nginx/html/$VERSION/nginx.conf \
/usr/share/nginx/html/$VERSION/redirectToLatest.html \
/usr/share/nginx/html/$VERSION/Dockerfile

STOPSIGNAL SIGQUIT

0 comments on commit 5fa0f96

Please sign in to comment.