🐳 Deploy image to the internal docker registry
* Deploy the image to the internal docker registry * Removed unnecessary stage in backend build
This commit is contained in:
@@ -12,10 +12,10 @@ services:
|
||||
- 5672:5672
|
||||
- 15672:15672
|
||||
node:
|
||||
image: twaketech/twake-node:test
|
||||
image: tdrive/tdrive-node:test
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./docker/twake-node/Dockerfile
|
||||
dockerfile: docker/tdrive-node/Dockerfile
|
||||
target: test
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
|
||||
Reference in New Issue
Block a user