This commit is contained in:
bjoernellens1 2023-11-30 11:21:20 +01:00 committed by GitHub
parent 68d74d977f
commit c8eee2c599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,3 +128,8 @@ FROM alpine AS olivetin
RUN wget https://github.com/OliveTin/OliveTin/releases/latest/download/OliveTin_linux_amd64.apk
RUN apk add --allow-untrusted OliveTin_linux_amd64.apk
# Expose the default OliveTin port
EXPOSE 1337
# Set the default command to run OliveTin
CMD ["OliveTin"]