We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b4f08d + 222ded1 commit a093b40Copy full SHA for a093b40
docker-compose-nilcc.yaml
@@ -1,6 +1,6 @@
1
services:
2
app:
3
- image: public.ecr.aws/x8g8t2h7/nilgpt:0.5.12
+ image: public.ecr.aws/x8g8t2h7/nilgpt:0.5.13
4
container_name: nilGPT
5
ports:
6
- "3000:3000"
package.json
{
"name": "nil-gpt",
- "version": "0.5.12",
+ "version": "0.5.13",
"private": true,
"scripts": {
"dev": "next dev",
0 commit comments