@aws/nx-plugin 0.114.1 → 0.114.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/nx-plugin",
3
- "version": "0.114.1",
3
+ "version": "0.114.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",
@@ -3858,6 +3858,7 @@ try {
3858
3858
  \`POSTGRES_DB=\${dbName}\`,
3859
3859
  \`POSTGRES_USER=\${dbUser}\`,
3860
3860
  \`POSTGRES_PASSWORD=\${dbPassword}\`,
3861
+ \`PGDATA=/var/lib/postgresql/17/docker\`,
3861
3862
  ],
3862
3863
  ExposedPorts: { '5432/tcp': {} },
3863
3864
  HostConfig: {
@@ -41,6 +41,7 @@ try {
41
41
  `POSTGRES_DB=${dbName}`,
42
42
  `POSTGRES_USER=${dbUser}`,
43
43
  `POSTGRES_PASSWORD=${dbPassword}`,
44
+ `PGDATA=/var/lib/postgresql/17/docker`,
44
45
  ],
45
46
  ExposedPorts: { '5432/tcp': {} },
46
47
  HostConfig: {