mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -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 \
|
zip \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue