mirror of
https://github.com/usememos/memos.git
synced 2025-10-17 09:46:55 +08:00
chore: fix entrypoint.sh
This commit is contained in:
parent
9dde9f332f
commit
aa8cf44c41
4 changed files with 4 additions and 4 deletions
|
@ -52,7 +52,7 @@ jobs:
|
|||
id: docker_build
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./
|
||||
context: .
|
||||
file: ./scripts/Dockerfile
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
|
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
id: docker_build
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./
|
||||
context: .
|
||||
file: ./scripts/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
|
|
|
@ -63,7 +63,7 @@ jobs:
|
|||
id: docker_build
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./
|
||||
context: .
|
||||
file: ./scripts/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
|
|
|
@ -27,7 +27,7 @@ RUN apk add --no-cache tzdata
|
|||
ENV TZ="UTC"
|
||||
|
||||
COPY --from=backend /backend-build/memos /usr/local/memos/
|
||||
COPY entrypoint.sh /usr/local/memos/
|
||||
COPY ./scripts/entrypoint.sh /usr/local/memos/
|
||||
|
||||
EXPOSE 5230
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue