[F] Fix docker

This commit is contained in:
Hykilpikonna
2022-08-15 17:29:53 -04:00
parent 9b257fb8db
commit 4077eb969f
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ COPY requirements.txt req
RUN pip3 install -r req
COPY . .
ENTRYPOINT ['api.py']
CMD ["python3", "api.py"]
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import json
import os
import re
+1 -1
View File
@@ -5,7 +5,7 @@ services:
restart: always
ports:
- '14792:8000'
image: hykilpikonna/lisho:1.0.0
image: hykilpikonna/lisho:1.0.1
environment:
- GOOGLE_API_KEY="Your key here"
build: .