Skip to content

Commit

Permalink
Docker file for kafka-ch-api 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshettyin committed Jun 9, 2024
1 parent 8dbf1e5 commit dba1237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kafka-clickhouse/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ COPY package-lock.json ./

RUN npm install

RUN npm run build

COPY . .

RUN npm run build

# Add a health check to verify the application is running
# HEALTHCHECK --interval=30s --timeout=10s --start-period=30s --retries=3 \
# CMD curl --fail http://localhost:8080/health || exit 1
Expand Down

0 comments on commit dba1237

Please sign in to comment.