Skip to content

Commit

Permalink
Merge pull request #285 from datasektionen/main
Browse files Browse the repository at this point in the history
Merge main branch to production
  • Loading branch information
ilmal authored Jan 11, 2024
2 parents bd3c832 + cc928e9 commit ea4c23c
Show file tree
Hide file tree
Showing 33 changed files with 1,825 additions and 1,291 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ next-env.d.ts
.vscode
*.swp
*.swo

#ts
tsconfig.tsbuildinfo
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Taken from here (with a few changes)
# https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile

FROM node:18-alpine AS base
FROM node:18-alpine3.18 AS base

# Install dependencies only when needed
FROM base AS deps
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Konglig Datasektionen
Copyright (c) 2024 Konglig Datasektionen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2,325 changes: 1,296 additions & 1,029 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
"prisma": "^4.12.0",
"tailwindcss": "^3.2.6",
"typescript": "4.9.5"
},
"volta": {
"node": "18.19.0"
}
}
}
49 changes: 49 additions & 0 deletions public/img/d-dagen-logo-24-en.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ea4c23c

Please sign in to comment.