Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 219 Bytes

README.md

File metadata and controls

18 lines (8 loc) · 219 Bytes

dockets

A Dockerfile Contains

FROM > Ubuntu Python alpine node

WORKDIR > /usr/share/app

LABEL >

COPY > . .

EXPOSE > Numbers only from 1 to 65535

ENTRYPOINT > User Command ["Command", "--param", "stuff"]