setup docker with variables;
debug logging for configuration variables;
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user