# syntax=docker/dockerfile:1 FROM alpine:latest WORKDIR /app COPY shield /app RUN ./shield EXPOSE 8080