mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 03:08:00 +01:00
Fix Docker image build
This commit is contained in:
@@ -9,7 +9,9 @@ RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
|
||||
RUN mkdir /usr/src/app
|
||||
COPY setup.cfg /usr/src/app
|
||||
COPY setup.py /usr/src/app
|
||||
COPY README.md /usr/src/app
|
||||
COPY *.md /usr/src/app/
|
||||
COPY doc/*.md /usr/src/app/doc/
|
||||
COPY man/asciinema.1 /usr/src/app/man/
|
||||
COPY asciinema /usr/src/app/asciinema
|
||||
WORKDIR /usr/src/app
|
||||
RUN python3 setup.py install
|
||||
|
||||
Reference in New Issue
Block a user