Replaced tweet images while still possible

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2023-02-03 14:47:58 +00:00
parent 0f90c7c0d0
commit 03aadb59fe
46 changed files with 1662 additions and 45 deletions

View File

@@ -38,8 +38,8 @@ docker-publish:
@docker push $(IMAGE)
.PHONY: run # Run the application
run:
@npm start
run: docker-build
@docker run -p 8000:8000 $(IMAGE)
.PHONY: ci # Perform CI specific tasks to perform on a pull request
ci: