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