Skip to content

Commit

Permalink
small fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
untitledds committed Nov 30, 2024
1 parent fa17298 commit 79d5696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ RUN pip install /tmp/taiga-contrib-access-token-auth && \
rm -rf /tmp/taiga-contrib-access-token-auth

# Копируем настройки и добавляем их в config.py
COPY --chown=taiga:taiga ./config.snippet.py ./urls.py /taiga-back/settings/
COPY --chown=taiga:taiga ./config.snippet.py /taiga-back/settings/
RUN cat /taiga-back/settings/config.snippet.py >> /taiga-back/settings/config.py

0 comments on commit 79d5696

Please sign in to comment.