File: Dockerfile

package info (click to toggle)
golang-github-appc-docker2aci 0.17.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 528 kB
  • sloc: sh: 221; makefile: 6
file content (3 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (2)
1
2
3
FROM gcr.io/google_containers/nginx:1.7.9
COPY check.sh /
ENTRYPOINT /check.sh 2>&1