Compare commits
1 Commits
v3.0.0
...
b5f950a1ba
Author | SHA1 | Date | |
---|---|---|---|
b5f950a1ba |
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.9.6-buster
|
FROM python:3.9.6-slim
|
||||||
RUN apt-get update -y && apt-get upgrade -y && apt-get install libopus0 -y
|
RUN apt-get update -y && apt-get upgrade -y && apt-get install libopus0 -y
|
||||||
COPY . /usr/src/app
|
COPY . /usr/src/app
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
Reference in New Issue
Block a user