mirror of
https://codeberg.org/privacy1st/MastodonTootFollower
synced 2024-12-22 23:06:05 +01:00
.dockerignore
This commit is contained in:
parent
4793464be0
commit
fe7fd4770d
5
.dockerignore
Normal file
5
.dockerignore
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
*
|
||||||
|
!src
|
||||||
|
!static
|
||||||
|
!templates
|
||||||
|
!requirements.txt
|
5
Makefile
5
Makefile
@ -26,6 +26,11 @@ dev: requirements.txt ## Starts a development webserver.
|
|||||||
export PYTHONPATH="${PYTHONPATH}:src"
|
export PYTHONPATH="${PYTHONPATH}:src"
|
||||||
python3 src/mastodon_toot_follower/server/flask_server.py
|
python3 src/mastodon_toot_follower/server/flask_server.py
|
||||||
|
|
||||||
|
.PHONY: docker-image
|
||||||
|
docker-image: ## Builds the mastodon-toot-follower:latest Docker image.
|
||||||
|
sudo docker build --pull \
|
||||||
|
--tag mastodon-toot-follower:latest .
|
||||||
|
|
||||||
.PHONY: cli
|
.PHONY: cli
|
||||||
cli: requirements.txt ## Runs the commandline version.
|
cli: requirements.txt ## Runs the commandline version.
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
|
Loading…
Reference in New Issue
Block a user