Skip to content

Commit

Permalink
Merge pull request n8n-io#3 from n8n-io/swap-docker-image
Browse files Browse the repository at this point in the history
updated dockerfile to use latest instead of nightly
  • Loading branch information
StarfallProjects authored Nov 9, 2022
2 parents e82c228 + 0650654 commit 4e28d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM n8nio/n8n:nightly
FROM n8nio/n8n:latest

USER root

Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
if [ -z ${PORT+x} ]; then echo "PORT variable not defined, leaving N8N to default port."; else export N8N_PORT="$PORT"; echo "N8N will start on '$PORT'"; fi

# kickstart nodemation
/home/node/packages/cli/bin/n8n
n8n

0 comments on commit 4e28d48

Please sign in to comment.