Skip to content

Commit

Permalink
Merge pull request #144 from wot-oss/chore/docker-cleanup
Browse files Browse the repository at this point in the history
chore: remove creation of named catalog in default docker image
  • Loading branch information
alexbrdn authored Jan 8, 2025
2 parents 08e4554 + aabefad commit 4c0727b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [v0.1.2]

### Removed

- Dockerfile: removed creation of a named catalog in the docker image

## [v0.1.1]

Expand Down
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ WORKDIR $WORKDIR
COPY ./docker/download-cli.sh .
RUN ./download-cli.sh; rm ./download-cli.sh
RUN chmod 755 ./tmc; mv ./tmc /usr/bin;
RUN tmc repo add --type file catalog $WORKDIR

# always run the tmc for this docker
CMD ["serve", "--host", "0.0.0.0" ,"--port", "8080", "-d", "."]
Expand Down

0 comments on commit 4c0727b

Please sign in to comment.