fix: create /data in Dockerfile

This commit is contained in:
Moritz Böhme 2025-05-15 09:45:41 +02:00
parent 4e2c444da3
commit cbe5d80c7a
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

@ -82,6 +82,8 @@ ENV LC_ALL en_US.UTF-8
WORKDIR "/app"
RUN chown nobody /app
RUN mkdir /data
RUN chown nobody /data
# set runner ENV
ENV MIX_ENV="prod"