150d4e9577
COPY [--chown=<user>:<group>] <src>... <dest> The <src> path must be inside the context of the build; you cannot COPY ../something /something, because the first step of a docker build is to send the context directory (and subdirectories) to the docker daemon. If <src> is a directory, the entire contents of the directory are copied, including filesystem metadata. !!!!The directory itself is not copied, just its contents.!!!! Signed-off-by: Nagy Károly Gábriel <k@jpi.io>
9 lines
176 B
INI
9 lines
176 B
INI
server_name=paste.jpi.io
|
|
bind_addr=0.0.0.0
|
|
bind_port=80
|
|
paste_dir=/binnit/paste
|
|
templ_dir=/binnit/html
|
|
static_dir=/binnit/static
|
|
max_size=16384
|
|
log_file=/binnit/log/binnit.log
|