fling/web/Dockerfile

5 lines
55 B
Docker

FROM node:latest
COPY fling fling
ENTRYPOINT /bin/sh