Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustDev committed Sep 23, 2023
1 parent ace7bd9 commit 38162f9
Show file tree
Hide file tree
Showing 4 changed files with 929 additions and 993 deletions.
10 changes: 9 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
node_modules
.next
.env
.env
.vscode
.gitignore
README.md
.dockerignore
.git
Dockerfile
docker-compose.yml
docker-compose-local.yml
5 changes: 2 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/** @type {import('next').NextConfig} */

const nextConfig = {
distDir: "build",
experimental: {
appDir: true,
},
output: "standalone",
// https://github.com/aws-amplify/amplify-hosting/issues/1987
env: {
POSTGRES_URI: process.env.POSTGRES_URI,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint-config-next": "13.4.19",
"moment": "^2.29.4",
"nanoid": "^4.0.2",
"next": "13.4.19",
"next": "13.5.2",
"next-logger": "^3.0.2",
"plotly.js": "^2.26.0",
"postcss": "8.4.27",
Expand Down
Loading

0 comments on commit 38162f9

Please sign in to comment.