We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77583b commit 0edf3dbCopy full SHA for 0edf3db
1 file changed
consumer/Dockerfile.consumer
@@ -7,13 +7,6 @@ WORKDIR /app
7
COPY package*.json ./
8
RUN npm ci --only=production
9
10
-<<<<<<< HEAD
11
-# Copy app code
12
-COPY consumer.js ./
13
-
14
-# Small health-check-friendly default command
15
-CMD ["node", "consumer.js"]
16
-=======
17
# Copy consumer modular codebase structure
18
COPY consumer/ ./consumer/
19
@@ -24,4 +17,3 @@ COPY config/ ./config/
24
25
# Small health-check-friendly default command
26
CMD ["node", "consumer/consumer.js"]
27
->>>>>>> df1bb8650cdbf1b2ac6980f1532d9e271aa93a77
0 commit comments