Skip to content

Commit

Permalink
Merge branch 'patch-1' of 'https://github.com/itrich/grimoirelab'
Browse files Browse the repository at this point in the history
Merges #634
Closes #634
  • Loading branch information
sduenas authored Mar 1, 2024
2 parents 7ac851c + 32ed14b commit ffca6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt-get update && \
RUN echo "${DEPLOY_USER} ALL=NOPASSWD: ALL" >> /etc/sudoers

RUN mkdir -p ${DEPLOY_USER_DIR}/logs ; chown -R ${DEPLOY_USER}:${DEPLOY_USER} ${DEPLOY_USER_DIR}/logs
VOLUME ["/home/bitergia/logs"]
VOLUME ["${DEPLOY_USER_DIR}/logs"]

RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
echo 'LANG="en_US.UTF-8"'>/etc/default/locale && \
Expand Down

0 comments on commit ffca6d2

Please sign in to comment.