Skip to content

Commit

Permalink
Bring back manual version control in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eelcofolkertsma authored Mar 18, 2024
1 parent 6a9ac4c commit da26884
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM node:20-alpine

# Use below ARG in manual build of image to set version. Github workflow overrides in publication to Dockerhub
ARG ASYNCAPI_CLI_VERSION=0.0.0

# docker build -t cli:20 . # to build image
# docker compose --file ./test/manual/docker-compose.yaml up # to launch container with running studio, note you need to add a random asyncapi.yaml to ./output folder

Expand Down

0 comments on commit da26884

Please sign in to comment.