git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
717a9fa
)
Set execute permissions for entrypoint.sh
author
elmodor
<redacted>
Mon, 8 May 2023 17:06:15 +0000
(19:06 +0200)
committer
elmodor
<redacted>
Mon, 8 May 2023 17:16:01 +0000
(19:16 +0200)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 399bece606aa299d910f17054bfcc80ed8f5ba9b..ccd3ddd6b50ebc286d5e40dcd32d3284fede6947 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-44,4
+44,5
@@
COPY flatnotes ./flatnotes
COPY --from=build ${BUILD_DIR}/flatnotes/dist ./flatnotes/dist
COPY entrypoint.sh /
+RUN chmod +x /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]
git clone https://git.99rst.org/PROJECT