maps/lightning/Dockerfile

7 lines
97 B
Text
Raw Normal View History

2023-06-21 17:04:19 -04:00
# syntax=docker/dockerfile:experimental
FROM node:alpine
COPY . .
CMD npm run start
EXPOSE 3000