Skip to content

Commit

Permalink
refactor: add docker cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Dec 30, 2024
1 parent 662cdb5 commit 3f2fcca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.monitoring
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ WORKDIR /app
# Set production
ENV NODE_ENV=production

RUN curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh && rm get-docker.sh

# Copy only the necessary files
COPY --from=build /prod/monitoring/dist ./dist
COPY --from=build /prod/monitoring/package.json ./package.json
Expand Down

0 comments on commit 3f2fcca

Please sign in to comment.