addresses and pricing
All checks were successful
Deploy App to Docker / deploy (push) Successful in 1m30s
All checks were successful
Deploy App to Docker / deploy (push) Successful in 1m30s
This commit is contained in:
@@ -4,6 +4,11 @@ WORKDIR /app
|
||||
|
||||
ENV DATABASE_URL=postgresql://poggers:giga!@192.168.1.41:5432/omegatcgdb
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y fonts-liberation && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
Reference in New Issue
Block a user