Skip to content

Commit

Permalink
Merge pull request #30 from perpetualcacophony/release/v1.8.7
Browse files Browse the repository at this point in the history
adding config dir
  • Loading branch information
perpetualcacophony authored Aug 22, 2024
2 parents 19f5fab + ba26c32 commit f0c0a26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ FROM alpine AS runtime
RUN addgroup --system slimebot
RUN adduser --system slimebot --ingroup slimebot

RUN mkdir /etc/slimebot
RUN chown -R slimebot:slimebot /etc/slimebot

EXPOSE 443

# copy binary from builder
Expand Down

0 comments on commit f0c0a26

Please sign in to comment.