mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
newlines
This commit is contained in:
@@ -11,4 +11,4 @@ jobs:
|
||||
with:
|
||||
image-name: backend
|
||||
folder: backend
|
||||
build-args: ""
|
||||
build-args: ""
|
||||
|
||||
@@ -11,4 +11,4 @@ jobs:
|
||||
with:
|
||||
image-name: bot
|
||||
folder: bot
|
||||
build-args: ""
|
||||
build-args: ""
|
||||
|
||||
@@ -50,4 +50,4 @@ jobs:
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
+1
-1
@@ -4,4 +4,4 @@ ADD requirements.txt /app/requirements.txt
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
ADD . /app
|
||||
CMD ["python", "bot.py"]
|
||||
CMD ["python", "bot.py"]
|
||||
|
||||
Reference in New Issue
Block a user