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