Skip to content

Commit

Permalink
Merge pull request #2 from histify/kb/fix-locale
Browse files Browse the repository at this point in the history
Fix locale
  • Loading branch information
bierik authored Nov 5, 2024
2 parents ad1180e + 09a9020 commit 7dc92ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ RUN addgroup --system cypress \
WORKDIR /app/test

RUN echo 'LC_ALL=de_CH.UTF-8' | tee -a /etc/environment
ENV LANG=de_CH.UTF-8
ENV LC_ALL=de_CH.UTF-8
ENV CYPRESS_CI=1
ENV TZ=Europe/Zurich

Expand Down

0 comments on commit 7dc92ef

Please sign in to comment.