New base images, slim for prod, dev for devs
This commit is contained in:
parent
f12ff2d395
commit
4e1628177d
@ -1,4 +1,4 @@
|
|||||||
FROM repo2.hub.gmetri.io/gmetrivr/basin:node-22-dev-v2
|
FROM repo2.hub.gmetri.io/gmetrivr/basin:node-22-slim-v3
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
FROM repo2.hub.gmetri.io/gmetrivr/basin:node-22-dev-v2
|
FROM repo2.hub.gmetri.io/gmetrivr/basin:node-22-slim-v3
|
||||||
|
|
||||||
#Remove old code
|
#Remove old code
|
||||||
# RUN find . -maxdepth 1 ! \( -name node_modules -o -name .pnpm-store \) -exec rm -rf "{}" \;
|
# RUN find . -maxdepth 1 ! \( -name node_modules -o -name .pnpm-store \) -exec rm -rf "{}" \;
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
dt-api:
|
dt-api:
|
||||||
image: repo2.hub.gmetri.io/gmetrivr/basin:node-22-dev-v2
|
image: repo2.hub.gmetri.io/gmetrivr/basin:node-22-dev-v3
|
||||||
container_name: dt_dt-api
|
container_name: dt_dt-api
|
||||||
ports:
|
ports:
|
||||||
- "4205:4205"
|
- "4205:4205"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user