c6784522a4
Create the initial Dockerfile of aptly used to manage Debian repository. Story: 2008846 Task: 43026 Signed-off-by: ZhangXiao <xiao.zhang@windriver.com> Change-Id: I4a2fe2d7922c9f535275f7c56c06a062de446ca4
5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
[program:aptly]
|
|
command=/usr/bin/aptly api serve --no-lock --listen=":8080"
|
|
redirect_stderr=true
|
|
stdout_logfile_maxbytes=1MB
|