[F] Fix docker
This commit is contained in:
+1
-1
@@ -6,4 +6,4 @@ COPY requirements.txt req
|
|||||||
RUN pip3 install -r req
|
RUN pip3 install -r req
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
ENTRYPOINT ['api.py']
|
CMD ["python3", "api.py"]
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- '14792:8000'
|
- '14792:8000'
|
||||||
image: hykilpikonna/lisho:1.0.0
|
image: hykilpikonna/lisho:1.0.1
|
||||||
environment:
|
environment:
|
||||||
- GOOGLE_API_KEY="Your key here"
|
- GOOGLE_API_KEY="Your key here"
|
||||||
build: .
|
build: .
|
||||||
|
|||||||
Reference in New Issue
Block a user