Skip to content

Commit

Permalink
Move logo inside repository
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocontrini committed Oct 25, 2023
1 parent 42aaf0b commit 145084f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">
<a href="https://terremotibot.it"><img src="https://terremotibot.it/resources/logo_header.png" alt="TerremotiBot" /></a>
<a href="https://terremotibot.it"><img src="logo.png" alt="TerremotiBot" /></a>
</h1>
<div align="center">
<a href="https://github.com/botfactoryit/terremotibot/releases"><img src="https://img.shields.io/github/release/botfactoryit/terremotibot.svg" alt="GitHub release"></a>
Expand Down Expand Up @@ -38,7 +38,7 @@ npm run dev

## Run with Docker

You can run the application locally with Docker. This Docker Compose configuration brings up a MongoDB instance, and the [base image](https://github.com/botfactoryit/docker-for-terremotibot) already includes all the required dependencies (Node.js, yarn, GraphicsMagick, ffmpeg, vapoursynth with vsimagereader).
You can run the application locally with Docker. This Docker Compose configuration brings up a MongoDB instance, and the [base image](https://github.com/botfactoryit/docker-for-terremotibot) already includes all the required dependencies (currently Node.js and GraphicsMagick).

```sh
docker-compose -f docker-compose.dev.yml up --build
Expand Down
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 145084f

Please sign in to comment.