deeplx-test2-no-token / Dockerfile
IHaBiS's picture
Update Dockerfile
399f946 verified
raw
history blame
234 Bytes
FROM ubuntu:latest
RUN apt-get update && apt-get install -y wget
RUN wget https://github.com/OwO-Network/DeepLX/releases/latest/download/deeplx_linux_amd64 -O deeplx
RUN chmod +x deeplx
EXPOSE 1188
CMD ./deeplx -token $ACCESS_TOKEN