fix(docker): make action target linux/arm64

This commit is contained in:
diced 2021-09-18 20:33:25 -07:00
parent 8bd0eaac1e
commit 555bc6aa26
No known key found for this signature in database
GPG key ID: 85AB64C74535D76E

View file

@ -3,6 +3,8 @@ WORKDIR /build
ENV NEXT_TELEMETRY_DISABLED=1
RUN apk add openssl
COPY src ./src
COPY server ./server
COPY scripts ./scripts