Commit aa8cf44c authored by Johnny's avatar Johnny

chore: fix entrypoint.sh

parent 9dde9f33
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment