2 lines
37 B
Docker
2 lines
37 B
Docker
![]()
6 years ago
|
FROM alpine:3.8
|
||
|
RUN echo "this is db"
|