🔧 Edited Dockerfile WORKDIR to reflect service name

This commit is contained in:
2022-03-28 20:26:47 -07:00
parent b96c57a124
commit 5a12dd9a21

View File

@@ -1,9 +1,10 @@
FROM alpine:3.14 FROM alpine:3.14
LABEL maintainer="Rishi Ghan <rishi.ghan@gmail.com>"
# Show all node logs # Show all node logs
ENV NPM_CONFIG_LOGLEVEL warn ENV NPM_CONFIG_LOGLEVEL warn
ENV NODE_ENV=production ENV NODE_ENV=production
WORKDIR /threetwo-import-service WORKDIR /core-services
RUN apk add --update \ RUN apk add --update \