mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
🐳 Change Dockerfile to use official node image
This commit is contained in:
parent
3614a9e9b6
commit
c1777f3c58
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue