Skip to content

Commit

Permalink
Improve dockerignore
Browse files Browse the repository at this point in the history
Change-Id: I1ae86cf5b3b4d0001f01e4c752ad71c53d042ab5
  • Loading branch information
Akron committed Jun 11, 2024
1 parent c84ec1a commit 4afb2d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
!.dockerignore
/templates/announcement.html.ep
/templates/custom
/dev/js/src/custom
/lib/Kalamar/Plugin/Announcements.pm
/script/hypnotoad.pid
/dev/css
/dev/demo
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ CMD [ "daemon" ]

LABEL description="Docker Image for Kalamar, the KorAP user frontend, including Conversion"

# docker build -f Dockerfile -t korap/kalamar:x.xx-conv --target kalamar-convert .
# docker build -f Dockerfile -t korap/kalamar:x.xx --target kalamar .
# docker build -f Dockerfile -t korap/kalamar:x.xx-conv -t korap/kalamar:latest-conv --target kalamar-convert .
# docker build -f Dockerfile -t korap/kalamar:x.xx -t korap/kalamar:latest --target kalamar .

# Slimming (https://github.com/slimtoolkit/slim):
# slim build --http-probe=true \
Expand Down

0 comments on commit 4afb2d0

Please sign in to comment.