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