diff --git a/Dockerfile b/Dockerfile index ba69993..c1c44d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,10 @@ FROM alpine:3.14 +LABEL maintainer="Rishi Ghan " # Show all node logs ENV NPM_CONFIG_LOGLEVEL warn ENV NODE_ENV=production -WORKDIR /threetwo-import-service +WORKDIR /core-services RUN apk add --update \