Skip to content

Commit

Permalink
add version label
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Mar 30, 2024
1 parent d4a1599 commit 7fcaebb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ ENV JAVA_HOME=/jdk-21
ENV PATH=/jdk-21/bin:$PATH
ENV LANG=C.utf8

LABEL version="0.0.1"

WORKDIR /lila
CMD mongod --fork --logpath /var/log/mongodb/mongod.log --dbpath /seeded \
&& redis-server --daemonize yes \
Expand Down

0 comments on commit 7fcaebb

Please sign in to comment.