blob: e52e65e9d161eb8c138fe7f8470a3120bc2900c1 [file] [log] [blame]
# Copyright 2017 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
FROM scratch
LABEL maintainer "golang-dev@googlegroups.com"
COPY ca-certificates.crt /etc/ssl/certs/
COPY devapp /
COPY static /static
ENTRYPOINT ["/devapp"]