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
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
# Copy application
|
# Copy application
|
||||||
COPY . .
|
COPY main.py .
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
ENV IPFS_API_URL=http://dsms-node:5001
|
ENV IPFS_API_URL=http://dsms-node:5001
|
||||||
|
|||||||
Reference in New Issue
Block a user