Commit Graph

5 Commits

Author SHA1 Message Date
Nagy Károly Gábriel 150d4e9577 fix build broken by COPY peculiarity
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>
2019-01-25 18:34:29 +02:00
Nagy Károly Gábriel ed36b94e9f update binnit
Signed-off-by: Nagy Károly Gábriel <k@jpi.io>
2019-01-25 17:29:10 +02:00
Nagy Károly Gábriel 9a89396cbc Updated binnit to latest and added new files
Signed-off-by: Nagy Károly Gábriel <k@jpi.io>
2019-01-24 20:44:00 +02:00
Nagy Károly Gábriel fd7e0f676e Add needed files
Signed-off-by: Nagy Károly Gábriel <k@jpi.io>
2019-01-22 14:49:16 +02:00
karasz 423b86fd2b Initial commit 2019-01-22 13:45:15 +01:00