Skip to content

Commit

Permalink
Fikse feil i dockerfil
Browse files Browse the repository at this point in the history
  • Loading branch information
LudvigHz committed Dec 17, 2024
1 parent 24ede9d commit b7945d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
run_install: false
- uses: actions/setup-node@v4
with:
node-version: '22'
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ RUN --mount=type=secret,id=node_auth_token \
NODE_AUTH_TOKEN=$(cat /run/secrets/node_auth_token) \
pnpm run build

#FROM europe-north1-docker.pkg.dev/nais-management-233d/personoversikt/modia-frontend:1.6
FROM modia-frontend:latest
FROM europe-north1-docker.pkg.dev/nais-management-233d/personoversikt/modia-frontend:1.6

ADD proxy-config-dev.json proxy-config-dev.json
ADD proxy-config-prod.json proxy-config-prod.json
Expand Down

0 comments on commit b7945d8

Please sign in to comment.