chat-nface / frontend /Dockerfile
LucaVivona's picture
Gradio Flow Application
c132e32
raw
history blame
74 Bytes
FROM node:16-alpine3.14
WORKDIR /app
COPY package*.json ./
RUN npm install