mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
🐳 Change Dockerfile to use official node image
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM mhart/alpine-node:10
|
||||
FROM node:12.9.1-alpine
|
||||
|
||||
ARG N8N_VERSION
|
||||
|
||||
|
||||
@@ -178,6 +178,15 @@ The following environment variables support file input:
|
||||
- N8N_BASIC_AUTH_USER_FILE
|
||||
|
||||
|
||||
## Build Docker-Image
|
||||
|
||||
```
|
||||
docker build --build-arg N8N_VERSION=<VERSION> -t n8nio/n8n:<VERSION> .
|
||||
|
||||
# For example:
|
||||
docker build --build-arg N8N_VERSION=0.18.1 -t n8nio/n8n:0.18.1 .
|
||||
```
|
||||
|
||||
|
||||
## What does n8n mean and how do you pronounce it
|
||||
|
||||
|
||||
Reference in New Issue
Block a user