Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 1d7128b

Browse files
author
Antonio Cheong
committed
try fixing
1 parent fee592c commit 1d7128b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/buildx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: prepare
1818
run: |
1919
DOCKER_IMAGE=windoac/nginx-npm
20-
DOCKER_PLATFORMS=linux/amd64,linux/arm64/v8
20+
DOCKER_PLATFORMS=linux/arm64
2121
VERSION=edge
2222
2323
if [[ $GITHUB_REF == refs/tags/* ]]; then

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM nginx:latest
22

3-
COPY ./rootfs/ /
3+
COPY rootfs/ /
44

55
RUN mkdir -p /tmp/nginx/body /var/lib/nginx/cache /data/logs \
66
&& mkdir -p /etc/letsencrypt/live/placeholder /data/nginx/placeholder /data/custom_ssl/placeholder \

0 commit comments

Comments
 (0)