From c8eee2c5995a8fc65f2181492e08509245bb8a58 Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Thu, 30 Nov 2023 11:21:20 +0100 Subject: [PATCH] update --- docker/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index c36f690..c08162c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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"] \ No newline at end of file