diff --git a/Dockerfile b/Dockerfile index e9656f3..fad9d7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN ls -lh && chmod +x ./app FROM alpine COPY --from=build /build/app /bin -COPY --from=build /template/* /template/ +COPY --from=build /build/template/* /template/ RUN ls -al /bin/ | grep 'app'