projects
/
GitHub
/
WoltLab
/
blacklist.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e201920
)
Add `org.opencontainers.image.source` LABEL
author
Tim Düsterhus
<tim@bastelstu.be>
Tue, 5 Jan 2021 16:30:32 +0000
(17:30 +0100)
committer
Tim Düsterhus
<tim@bastelstu.be>
Tue, 5 Jan 2021 16:30:45 +0000
(17:30 +0100)
Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 522c608e070dfcaa194fe710b37f48f07e403c44..198a1481fa8f2eba5139cfab827112735562a33a 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-14,6
+14,8
@@
RUN node_modules/.bin/tsc
FROM node:14
+LABEL org.opencontainers.image.source https://github.com/WoltLab/blacklist
+
RUN mkdir -p /usr/src/app/
WORKDIR /usr/src/app