Skip to content

Commit

Permalink
🐳 add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianWilms committed Mar 11, 2024
1 parent ca6ccef commit f23ada9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM ghcr.io/ks-no/openshift-nginx/fiks-nginx-openshift:latest

# Copy built KIWI SPA
COPY dist/ /usr/share/nginx/html

LABEL org.opencontainers.image.title="kiwi.muenchen.de"
LABEL org.opencontainers.image.url="https://github.com/it-at-m/UnicodeEingabeKiwi2"

0 comments on commit f23ada9

Please sign in to comment.