From 5a12dd9a214ca5fbc2bacafa62203702d943d8e5 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Mon, 28 Mar 2022 20:26:47 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Edited=20Dockerfile=20WORKDIR=20?= =?UTF-8?q?to=20reflect=20service=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \