mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-22 15:33:46 +00:00
update
This commit is contained in:
parent
68d74d977f
commit
c8eee2c599
@ -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"]
|
Loading…
Reference in New Issue
Block a user