mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
Update Dockerfile
This commit is contained in:
parent
a337ecf9b7
commit
d52b874e8a
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ RUN apt-get update && apt-get install -y \
|
|||
zip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
|
||||
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue