add drone docker image build

This commit is contained in:
2021-07-26 21:01:45 +02:00
parent 68b8be3bca
commit 576798da8e
3 changed files with 21 additions and 2 deletions

View File

@ -5,6 +5,6 @@ COPY . ./
RUN npm ci && npm run build
FROM nginx
FROM nginx as ki-frontend
COPY --from=builder /dist/ /usr/share/nginx/html/