6 lines
55 B
Docker
6 lines
55 B
Docker
|
FROM node:latest
|
||
|
|
||
|
COPY fling fling
|
||
|
|
||
|
ENTRYPOINT /bin/sh
|