parent
eb2f87aa2b
commit
fe02b74c36
3 changed files with 16 additions and 3 deletions
@ -0,0 +1,11 @@ |
|||||||
|
# syntax=docker/dockerfile:1 |
||||||
|
|
||||||
|
FROM alpine:latest |
||||||
|
|
||||||
|
WORKDIR /app |
||||||
|
|
||||||
|
COPY shield /app |
||||||
|
|
||||||
|
RUN ./shield |
||||||
|
|
||||||
|
EXPOSE 8080 |
Loading…
Reference in new issue