Skip to content

Commit

Permalink
Merge pull request #162 from lcnetdev/korean
Browse files Browse the repository at this point in the history
Korean punctuation fixes
  • Loading branch information
scossu authored Dec 28, 2024
2 parents 706c900 + 91de661 commit 3da7521
Show file tree
Hide file tree
Showing 4 changed files with 2,032 additions and 2,419 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG WORKROOT "/usr/local/scriptshifter/src"
WORKDIR ${WORKROOT}
COPY VERSION entrypoint.sh sscli uwsgi.ini wsgi.py ./
COPY scriptshifter ./scriptshifter/
COPY tests ./tests/
COPY test ./test/
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt

Expand Down
Loading

0 comments on commit 3da7521

Please sign in to comment.