tsdocode
commited on
Commit
·
e6ebff7
1
Parent(s):
c453cc9
fix: platform
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use the official n8n Docker image
|
2 |
-
FROM tsdocode/n8n:facebook
|
3 |
|
4 |
# Set the working directory to /data
|
5 |
WORKDIR /data
|
|
|
1 |
# Use the official n8n Docker image
|
2 |
+
FROM --platform=linux/amd64 tsdocode/n8n:facebook
|
3 |
|
4 |
# Set the working directory to /data
|
5 |
WORKDIR /data
|