Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
bkbilly committed Apr 25, 2024
1 parent 6683fbe commit d3c340e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion placeholder_service/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Placeholder Service"
version: "0.2"
version: "0.3"
slug: "placeholder_service"
description: "Create images from text input received through HTTP requests"
url: https://github.com/bkbilly/placeholder_service
Expand Down
2 changes: 1 addition & 1 deletion placeholder_service/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

echo "Hello world!"
python3 /app/placeholder_service.py
python3 /data/placeholder_service.py

0 comments on commit d3c340e

Please sign in to comment.