chore: bump version to 0.4.1 in package.json files (#222)

feat: update docker-compose.yml to use latest image from docker hub
This commit is contained in:
Danny Avila 2023-05-09 17:57:04 -04:00 committed by GitHub
parent 4b94af0429
commit 03d871316a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

View file

@ -23,7 +23,7 @@ services:
build:
context: .
target: node-api
# image: chatgptclone/app:0.4.0 # Uncomment this & comment above to build from docker hub image
# image: chatgptclone/app:latest # Uncomment this & comment above to build from docker hub image
restart: always
env_file:
- ./api/.env