chat-nface / frontend /Dockerfile
zack
:sparkles: Update frontend configurations and components
aa0a829
raw
history blame
74 Bytes
FROM node:16-alpine3.14
WORKDIR /app
COPY package*.json ./
RUN npm install