From e82abc0a157e30ebccbcaa11be63aea8e902f948 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 27 Sep 2022 13:26:08 -0400 Subject: [PATCH] *Initial version --- Dockerfile | 3 +++ LICENSE | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..4294019 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM cimg/node:current + +USER root diff --git a/LICENSE b/LICENSE index 2071b23..4fad34f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) +Copyright (c) 2022 Hammer Technologies LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: