diff --git a/action-a/Dockerfile b/action-a/Dockerfile new file mode 100644 index 0000000..05f963e --- /dev/null +++ b/action-a/Dockerfile @@ -0,0 +1,5 @@ +DESDE debian: 9.5-slim + +ADD entrypoint.sh /entrypoint.sh + RUN chmod + x /entrypoint.sh + EntryPoint [ "/entrypoint.sh" ]