Skip to content

Commit

Permalink
🐛 damn
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Nov 15, 2024
1 parent 6af4323 commit a417c6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./ui
file: Dockerfile.production
build-args: |
ALEPH_TAG={{ version }}
push: true
Expand Down
6 changes: 5 additions & 1 deletion ui/Dockerfile.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
FROM ghcr.io/alephdata/aleph-ui:${ALEPH_TAG:-latest} AS builder
ARG ALEPH_TAG
FROM ghcr.io/investigativedata/aleph-ui-base:${ALEPH_TAG} AS builder
LABEL org.opencontainers.image.source = "https://github.com/investigativedata/aleph-ui"

RUN npm run messages
RUN npm run build

FROM nginx:alpine
Expand Down

0 comments on commit a417c6c

Please sign in to comment.