mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-27 18:15:50 +03:00
[GH-ISSUE #170] Can not build image from Dockerfile. Can not connect, Error Couldn't find a package.json file in "/static" #44
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KanybekMomukeyev on GitHub (Oct 11, 2021).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/170
Hi, is there any way, to build and link to redis from docker-compose?
I tried everything, can not connect to redis.
Even like this:
docker run -d --rm
--name asynqmon
-p 8080:8080
hibiken/asynqmon --redis-addr=172.18.0.4:6379 Can not connect to redis.
but if i try like this: redis-cli -h 172.18.0.4 -p 6379 ping, everything is ok.
I am trying to build new docker image from Dockerfile, but have following issue:
@hibiken commented on GitHub (Oct 13, 2021):
@KanybekMomukeyev thank you for opening an issue. Let me investigate this.
@hibiken commented on GitHub (Oct 22, 2021):
@KanybekMomukeyev are you still seeing this error?
If so, would you mind describing the steps to reproduce?
@KanybekMomukeyev commented on GitHub (Oct 26, 2021):
@hibiken thanks, i will try now
@KanybekMomukeyev commented on GitHub (Oct 26, 2021):
@hibiken thanks
Worked