Update v0.4.3

This commit is contained in:
Stille 2020-03-12 22:03:40 +08:00
parent f41d6e2a6e
commit 703c26b372
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:3.8
MAINTAINER Stille <stille@ioiox.com>
ENV VERSION v0.4.2
ENV VERSION v0.4.3
WORKDIR /base
RUN apk add wget && \
@ -9,8 +9,8 @@ RUN apk add wget && \
tar xzf subconverter_linux64.tar.gz && \
rm -rf subconverter_linux64.tar.gz && \
apk del wget
COPY groups.txt /base/snippets
COPY groups.txt /base/subconverter/snippets
EXPOSE 25500
CMD ./subconverter
CMD ./subconverter/subconverter