mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix entrypoint.sh
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user