Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Jun 6, 2024
1 parent 299a26e commit fb9f30c
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,23 @@ Provides simple access to MS SQL without the need to write separate C# code.

---------

### Docker

**Dockerfile: [Dockerfile](https://github.com/agracio/edge-js/blob/master/Dockerfile)**
**Docker Hub image: [agracio/ubuntu-node-netcore](https://hub.docker.com/repository/docker/agracio/ubuntu-node-netcore)**

* Baseed on Ununtu 22.04
* User directory **`devvol`**

#### Pre-installed packages

* Node.js 20
* dotnet 8
* git
* build tools
* sudo, curl, wget
* node-gyp

## How to use

#### [Scripting CLR from Node.js](#scripting-clr-from-nodejs) - full documentation
Expand Down Expand Up @@ -395,20 +412,6 @@ var helloWorld = edge.func(function () {/*
var result = helloWorld('JavaScript', true);
```

### Docker

**Dockerfile: [Dockerfile](https://github.com/agracio/edge-js/blob/master/Dockerfile)**
**Docker Hub image: [agracio/ubuntu-node-netcore](https://hub.docker.com/repository/docker/agracio/ubuntu-node-netcore)**

#### Pre-installed packages

* Node.js 20
* dotnet 8
* git
* build tools
* sudo, curl, wget


----

<br/>Edge.js readme
Expand Down

0 comments on commit fb9f30c

Please sign in to comment.