6 lines
89 B
Docker
6 lines
89 B
Docker
FROM arm32v7/nginx:latest
|
|
COPY qemu-arm-static /usr/bin
|
|
EXPOSE 80
|
|
EXPOSE 443
|
|
EXPOSE 8448
|