Skip to content

Commit 0c0ee5e

Browse files
Updated UI styles
Change-type: minor Signed-off-by: Flynn Joffray <[email protected]>
1 parent 81bc4ab commit 0c0ee5e

File tree

14 files changed

+760
-216
lines changed

14 files changed

+760
-216
lines changed

.dockerignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Don't send node_modules the daemon - we want the build server to install these.
2-
node_modules
2+
node_modules/
3+
.git
4+
repo.yml

Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# base-image for node on any machine using a template variable,
22
# see more about dockerfile templates here: https://www.balena.io/docs/learn/develop/dockerfile/#dockerfile-templates
33
# and about balena base images here: https://www.balena.io/docs/reference/base-images/base-images/
4-
FROM balenalib/%%BALENA_MACHINE_NAME%%-node:10-stretch-run
4+
FROM balenalib/%%BALENA_MACHINE_NAME%%-node:14-buster-run
55

66
# use `install_packages` if you need to install dependencies,
77
# for instance if you need git, just uncomment the line below.

0 commit comments

Comments
 (0)