set proper ownership of git repo

This commit is contained in:
Kegan Myers 2023-07-23 03:40:09 -05:00
parent d867e74ffb
commit 7ab1ecf787

View file

@ -8,7 +8,7 @@ ADD .git /opt/.git
ADD prod.exs /opt/akkoma/config/prod.exs
USER root
RUN mkdir /config && touch /config/prod.secret.exs && chown -R 1000:1000 /opt/akkoma && chown -R 1000:1000 /config
RUN mkdir /config && touch /config/prod.secret.exs && chown -R 1000:1000 /opt && chown -R 1000:1000 /config
USER akkoma
RUN mix deps.get && \