# syntax=docker/dockerfile:1 FROM alpine:latest WORKDIR /app COPY shield /app CMD [ "/shield" ] EXPOSE 8080