File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ services:
1414 # https://stackoverflow.com/a/55706057
1515 - SYS_NICE # CAP_SYS_NICE
1616 web :
17+ platform : linux/amd64
1718 build :
1819 context : .
1920 dockerfile : ./tools/docker/Dockerfile
Original file line number Diff line number Diff line change 187187 'NON_FIELD_ERRORS_KEY' : 'detail' ,
188188}
189189
190+ DEBUG = True
190191#
191192# Logging settings
192193#
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ENV PYTHONUNBUFFERED 1
99ENV PROJECT_HOME /home/patchwork/patchwork
1010ENV DJANGO_SETTINGS_MODULE patchwork.settings.dev
1111
12- RUN groupadd --gid=$GID patchwork && \
12+ RUN groupadd -o - -gid=$GID patchwork && \
1313 useradd --uid=$UID --gid=$GID --create-home patchwork
1414RUN rm -f /etc/localtime; ln -s /usr/share/zoneinfo/$TZ /etc/localtime
1515
You can’t perform that action at this time.
0 commit comments