🐳 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:
Anton Shepilov
2023-04-05 15:55:29 +02:00
committed by GitHub
parent 56e1e4be3a
commit 380f01222a
21 changed files with 58 additions and 22860 deletions
+2 -2
View File
@@ -11,11 +11,11 @@ services:
ports:
- 27017:27017
node:
image: twaketech/twake-node:test
image: tdrive/tdrive-node:test
container_name: node-test
build:
context: .
dockerfile: ./docker/twake-node/Dockerfile
dockerfile: docker/tdrive-node/Dockerfile
target: test
environment:
- NODE_ENV=test