From 237e0aaa926e4ca792847eda46cef2403f4301e3 Mon Sep 17 00:00:00 2001 From: Daniel Cadenas Date: Thu, 25 Jul 2024 10:51:36 -0300 Subject: [PATCH] Add config dir for mounting --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index ca1dbb3..6e228ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,6 +63,9 @@ RUN adduser \ appuser USER appuser +WORKDIR /app +RUN mkdir config + # Copy the executable from the "build" stage. COPY --from=build /bin/server /bin/ COPY --from=build /app/templates /app/templates