setup docker with variables;

debug logging for configuration variables;
This commit is contained in:
Dobromir Popov ONE
2022-03-29 23:38:01 +03:00
parent 80a6e13c2e
commit a701761510
9 changed files with 68 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ RUN npm ci --only=production
COPY . .
ENV NODE_ENV mitko
ENV NODE_ENV development-dockerfile
# USING BASE_IMAGE
FROM node:12-alpine