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