tsdocode
commited on
Commit
·
496c199
1
Parent(s):
95aa5af
fix: base image name
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
|