Skip to content

Commit

Permalink
Fix: Add symbolic links for lua-plugins and resources
Browse files Browse the repository at this point in the history
Create symbolic links to `lua-plugins.d` and `resources` directories. This allows easier access and management of these directories within the Docker container.

Signed-off-by: Christian Roessner <c@roessner.co>
  • Loading branch information
Christian Roessner committed Sep 26, 2024
1 parent 15dd418 commit 8382e10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ RUN cd docker-healthcheck && go build -mod=vendor -ldflags="-s" -o healthcheck .
RUN cd contrib/smtp-server && go build -mod=vendor -ldflags="-s" -o fakesmtp .
RUN cd contrib/imap-server && go build -mod=vendor -ldflags="-s" -o fakeimap .

RUN ln -s ./server/lua-plugins.d .
RUN ln -s ./server/resources .

RUN addgroup -S nauthilus; \
adduser -S nauthilus -G nauthilus -D -H -s /bin/nologin

Expand Down

0 comments on commit 8382e10

Please sign in to comment.