We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0795575 commit 8b8ae65Copy full SHA for 8b8ae65
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