Skip to content

Commit

Permalink
Add index.html to output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Zellner committed Jul 14, 2021
1 parent 20e2127 commit e3d6e3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ FROM adoptopenjdk:16-jre-hotspot-focal
LABEL maintainer="FFW Baudenbach <webmaster@ffw-baudenbach.de>"
EXPOSE 8080
RUN mkdir -p /maps
COPY index.html /maps/index.html
WORKDIR application
COPY --from=builder application/dependencies/ ./
COPY --from=builder application/spring-boot-loader/ ./
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!doctype html>
<title>Directory listing not allowed</title>
Directory listing not allowed.

0 comments on commit e3d6e3b

Please sign in to comment.