ael/Dockerfile
2024-10-02 19:55:05 +02:00

4 lines
67 B
Docker

FROM node:alpine
WORKDIR /
COPY . .
RUN npm install --global serve