add dockerfile
This commit is contained in:
parent
a42c9539d3
commit
df5814e280
1 changed files with 12 additions and 0 deletions
12
Dockerfile
Normal file
12
Dockerfile
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
|
FROM node:20
|
||||||
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
|
RUN npm install netlify-cli -g
|
||||||
|
|
||||||
|
COPY . .
|
||||||
|
|
||||||
|
RUN netlify --version
|
Loading…
Reference in a new issue