mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Create Dockerfile
This commit is contained in:
parent
8790a0df3d
commit
92ec2a2450
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
FROM node:18
|
||||||
|
WORKDIR /usr/src/app
|
||||||
|
COPY . .
|
||||||
|
RUN npm install
|
||||||
|
RUN npm run build
|
||||||
|
EXPOSE 5678
|
||||||
|
CMD ["n8n", "start"]
|
Loading…
Reference in a new issue