Skip to content

Commit

Permalink
chore: correct the wrong comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hu3rror committed Sep 4, 2024
1 parent afa8820 commit d108229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG LITESTREAM_IMAGE_TAG=0.3.13
ARG MEMOS_IMAGE_TAG=0.22.5

# Build litestream
# Get litestream image
FROM docker.io/litestream/litestream:${LITESTREAM_IMAGE_TAG} AS litestream_package
ENTRYPOINT []

# Get official memos image and let it as a base
# Get official memos image
FROM ghcr.io/usememos/memos:${MEMOS_IMAGE_TAG} AS memos_package
ENTRYPOINT []

Expand Down

0 comments on commit d108229

Please sign in to comment.