Skip to content

Commit 0edf3db

Browse files
committed
fix: push images consumer workflow
1 parent e77583b commit 0edf3db

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

consumer/Dockerfile.consumer

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ WORKDIR /app
77
COPY package*.json ./
88
RUN npm ci --only=production
99

10-
<<<<<<< HEAD
11-
# Copy app code
12-
COPY consumer.js ./
13-
14-
# Small health-check-friendly default command
15-
CMD ["node", "consumer.js"]
16-
=======
1710
# Copy consumer modular codebase structure
1811
COPY consumer/ ./consumer/
1912

@@ -24,4 +17,3 @@ COPY config/ ./config/
2417

2518
# Small health-check-friendly default command
2619
CMD ["node", "consumer/consumer.js"]
27-
>>>>>>> df1bb8650cdbf1b2ac6980f1532d9e271aa93a77

0 commit comments

Comments
 (0)