This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 5331dc740a chore(dev): remove obsolete image reference to
`superset-websocket` + fix minor typo (#28321)
5331dc740a is described below
commit 5331dc740af51da2f4150bbd9bf2b822d57718e5
Author: Đỗ Trọng Hải <[email protected]>
AuthorDate: Fri May 3 01:42:00 2024 +0700
chore(dev): remove obsolete image reference to `superset-websocket` + fix
minor typo (#28321)
Signed-off-by: hainenber <[email protected]>
---
docker-compose.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docker-compose.yml b/docker-compose.yml
index 7c5f29f518..a697f8f90e 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -98,7 +98,6 @@ services:
superset-websocket:
container_name: superset_websocket
build: ./superset-websocket
- image: superset-websocket
ports:
- 8080:8080
extra_hosts:
@@ -121,7 +120,7 @@ services:
- /home/superset-websocket/dist
# Mounting a config file that contains a dummy secret required to boot
up.
- # do no not use this docker-compose in production
+ # do not use this docker-compose in production
-
./docker/superset-websocket/config.json:/home/superset-websocket/config.json
environment:
- PORT=8080