diff --git a/Dockerfile b/Dockerfile index ca6a9b1..de758d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:12-alpine LABEL maintainer="Rishi Ghan " # Working directory -WORKDIR /metadata-service +WORKDIR /acquisition-service # Install dependencies COPY package.json package-lock.json ./ RUN npm ci --silent