From 3ec08140f51c7ed570b25326a2d3462b966c85ee Mon Sep 17 00:00:00 2001 From: blint <rethelyibalint@gmail.com> Date: Thu, 31 Aug 2023 20:23:30 +0200 Subject: [PATCH] add new stuff to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d448b9f..858097f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ ADD history /app/history ADD error /app/error ADD topup /app/topup ADD static /app/static +ADD pultosch /app/pultosch EXPOSE 8080 -- GitLab