Skip to content

Commit

Permalink
merged the run instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
barnamensch056 committed Oct 10, 2024
1 parent 6f60d50 commit 5f79496
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/tiny-dogs-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@asyncapi/generator": minor
---

Merged the run instruction in dockerfile for efficiency while creating an image.
4 changes: 1 addition & 3 deletions apps/generator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
RUN apk --update add git chromium && \
rm -rf /var/lib/apt/lists/* && \
rm /var/cache/apk/*

# Installing latest released npm package
RUN npm install -g @asyncapi/generator@$ASYNCAPI_GENERATOR_VERSION
&& npm install -g @asyncapi/generator@$ASYNCAPI_GENERATOR_VERSION

ENTRYPOINT [ "ag" ]

0 comments on commit 5f79496

Please sign in to comment.