🔧 Edited Dockerfile WORKDIR to reflect service name
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user