finisshing
This commit is contained in:
@@ -51,6 +51,7 @@ COPY --from=build /root/.cargo /root/.cargo
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN pip install gunicorn
|
||||
RUN apt-get update && apt-get install -y libreoffice
|
||||
|
||||
# Make port 5000 available to the world outside this container
|
||||
EXPOSE 5000
|
||||
|
||||
Reference in New Issue
Block a user