mirror of
https://github.com/correl/docker-pleroma.git
synced 2024-11-23 11:09:55 +00:00
Remove unnecessary mkdir command (#5)
See https://git.pleroma.social/pleroma/pleroma/merge_requests/1101
This commit is contained in:
parent
ba9fdee82e
commit
3489ad0926
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ RUN mix local.rebar --force \
|
||||||
&& mix deps.get \
|
&& mix deps.get \
|
||||||
&& mix compile
|
&& mix compile
|
||||||
|
|
||||||
RUN mkdir /pleroma/uploads
|
|
||||||
VOLUME /pleroma/uploads/
|
VOLUME /pleroma/uploads/
|
||||||
|
|
||||||
CMD ["mix", "phx.server"]
|
CMD ["mix", "phx.server"]
|
||||||
|
|
Loading…
Reference in a new issue