We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63441e commit 640ce9aCopy full SHA for 640ce9a
.Dockerignore
@@ -1,3 +1,2 @@
1
-src
2
-docs
3
-test
+*
+!bin
Dockerfile.dev
package.json
@@ -10,6 +10,8 @@
10
"build:clean": "rimraf dist",
11
"build:transpile": "./node_modules/.bin/tsc",
12
"build:copy": "cp -r ./src/lib/sql/ ./dist/lib/sql/",
13
+ "docker:build": "docker build -t supabase/pg-api .",
14
+ "docker:deploy": "docker push supabase/pg-api:latest",
15
"dist": "NODE_ENV=production npm-run-all build dist:pkg",
16
"dist:pkg": "rimraf bin && pkg --out-path ./bin dist/start.js",
17
"dev": "NODE_ENV=development npm-run-all build server",
0 commit comments