diff --git a/Dockerfile b/Dockerfile index 38c99ab..cc052f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM alpine:latest RUN apk add gcc +WORKDIR /app ENTRYPOINT ["/app/test.sh"]