devel: Fix deployment
Includes: * Include registry in container name Otherwise it won't find the image in case an alias doesn't exist. * Simplify spandx config * Include healthchecks for the postgres and image-builder containers
This commit is contained in:
parent
fa7746b694
commit
297ed210f2
3 changed files with 14 additions and 115 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:12
|
||||
FROM docker.io/node:12
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue