Skip to content

Commit 4389c3c

Browse files
committed
Release 1.1.1
1 parent 63cae33 commit 4389c3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ RUN apk add --no-cache python3 py3-pip ffmpeg \
1818
&& python3 -m pip install --upgrade pyrogram \
1919
&& python3 -m pip install --upgrade TgCrypto
2020
WORKDIR /app
21-
COPY --from=builder /usr/src/java-code/build/libs/ffmpegbot-1.1-SNAPSHOT-all.jar .
21+
COPY --from=builder /usr/src/java-code/build/libs/ffmpegbot-1.1.1-SNAPSHOT-all.jar .
2222
RUN mkdir input && mkdir output
2323
COPY pytgfile.py .
2424
COPY ffmpegbot-docker.yaml .
25-
ENTRYPOINT ["java", "-jar", "/app/ffmpegbot-1.1-SNAPSHOT-all.jar", "docker"]
25+
ENTRYPOINT ["java", "-jar", "/app/ffmpegbot-1.1.1-SNAPSHOT-all.jar", "docker"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cp ffmpegbot.yaml.template ffmpegbot.yaml
3030
vim ffmpegbot.yaml
3131
mkdir {input,output}
3232
# Run
33-
java -jar ./build/libs/ffmpegbot-1.1-SNAPSHOT-all.jar
33+
java -jar ./build/libs/ffmpegbot-1.1.1-SNAPSHOT-all.jar
3434
```
3535

3636

0 commit comments

Comments
 (0)