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

Commit a16c72a

Browse files
committed
chore: add architecture to dockerfile
1 parent 36948cf commit a16c72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:21.7.0
1+
FROM --platform=linux/arm64 node:21.7.0
22
WORKDIR /src
33

44
LABEL org.opencontainers.image.source=https://github.com/Discord-InterChat/InterChat

0 commit comments

Comments
 (0)