Skip to content

Commit

Permalink
fix: 🐛 add version
Browse files Browse the repository at this point in the history
  • Loading branch information
monlor committed Jul 18, 2024
1 parent 6fbee4c commit 8ec7df0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linkstack/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM linkstackorg/linkstack

LABEL MAINTAINER [email protected]
LABEL VERSION 1.0.0

COPY --chmod=755 entrypoint.sh /entrypoint.sh

ENTRYPOINT [ "/entrypoint.sh" ]
Expand Down

0 comments on commit 8ec7df0

Please sign in to comment.