7 lines
87 B
Docker
7 lines
87 B
Docker
FROM docker.angie.software/angie:minimal
|
|
|
|
WORKDIR /usr/share/angie/html
|
|
|
|
COPY src/. .
|
|
|