Whyyy docker-specific behavior
This commit is contained in:
parent
88bcd0fcf1
commit
6522c72b54
4 changed files with 4 additions and 12 deletions
projects/activitypub_relay
|
@ -15,8 +15,8 @@ ENV DOCKER_RUNNING=true
|
|||
|
||||
### App specific crap
|
||||
# Deps vary least so do them first
|
||||
RUN pip install --user install aiohttp aiohttp_basicauth async_lru cachetools click pycryptodome pyyaml retry
|
||||
RUN pip3 install --user install aiohttp aiohttp_basicauth async_lru cachetools click pycryptodome pyyaml retry
|
||||
|
||||
COPY --chown=app:app src/python relay.yaml relay.jsonld .
|
||||
COPY --chown=app:app src/python relay.yaml relay.jsonld /app/
|
||||
|
||||
CMD ["python3", "relay/__main__.py", "-c", "relay.yaml", "run"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue