Skip to content

Commit b01613e

Browse files
committed
update project name
1 parent d4f9f59 commit b01613e

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM duino-docker-base:latest
1+
FROM duinoapp/arduino-cli-base:latest
22

33
USER root
44
COPY package*.json /home/duino/

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# duino.app Docker Compile Server
2+
## aka Chromeduino 3.0
3+
4+
# Notice: This is a work in progress and may not currently work.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "chromeduino-docker",
2+
"name": "duinoapp-server",
33
"version": "1.0.0",
44
"description": "",
55
"main": "src/index.js",

0 commit comments

Comments
 (0)