Skip to content

Commit 177028a

Browse files
authored
chore: update docker image version to 0.4.0 (#218)
* chore(docker-compose.yml): update docker-compose file to use local node-api image build instead of docker hub image build * chore(docker-compose.yml): update docker image version to 0.4.0
1 parent 907f894 commit 177028a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ services:
1919
- 3080:3080 # Change it to 9000:3080 to use nginx
2020
depends_on:
2121
- mongodb
22-
# image: node-api # Uncomment this to build from local file
23-
# build:
24-
# context: .
25-
# target: node-api
26-
image: chatgptclone/app:0.3.3 # Comment this & uncomment above to build from local file
22+
image: node-api # Comment this & uncomment below to build from docker hub image
23+
build:
24+
context: .
25+
target: node-api
26+
# image: chatgptclone/app:0.4.0 # Uncomment this & comment above to build from docker hub image
2727
restart: always
2828
env_file:
2929
- ./api/.env

0 commit comments

Comments
 (0)