Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3702f70754 | |||
| 78e47c96bd |
@@ -14,7 +14,7 @@ COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Copy application
|
||||
COPY . .
|
||||
COPY main.py .
|
||||
|
||||
# Environment variables
|
||||
ENV IPFS_API_URL=http://dsms-node:5001
|
||||
|
||||
Reference in New Issue
Block a user