Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 97d5455

Browse files
committed
update git ignore & dockerfile
1 parent 72c4e6c commit 97d5455

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.dockerignore

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
VorlonNodeWrapper/
21
DeploymentTools/
32
desktop/
4-
client samples/
53
.vscode/
6-
bin/
74
Tests/
85
node_modules/
9-
Dockerfile
106
Contributing.md
117
Readme.md
128
azuredeploy.json
139
azuredeploy-parameters.json
1410
deploy.cmd
15-
build-docker-image.sh
11+
build-docker-image.sh
12+
VorlonNodeWrapper/
13+
client samples/

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# use the node argon image as base
1+
# use the node argon (4.4.3) image as base
22
FROM node:argon
33

44
# Set the Vorlon.JS Docker Image maintainer

0 commit comments

Comments
 (0)