Skip to content

Commit

Permalink
Updated UI styles
Browse files Browse the repository at this point in the history
Change-type: minor
Signed-off-by: Flynn Joffray <flynn@balena.io>
  • Loading branch information
nucleardreamer committed Jul 22, 2021
1 parent 81bc4ab commit 0c0ee5e
Show file tree
Hide file tree
Showing 14 changed files with 760 additions and 216 deletions.
4 changes: 3 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Don't send node_modules the daemon - we want the build server to install these.
node_modules
node_modules/
.git
repo.yml
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# base-image for node on any machine using a template variable,
# see more about dockerfile templates here: https://www.balena.io/docs/learn/develop/dockerfile/#dockerfile-templates
# and about balena base images here: https://www.balena.io/docs/reference/base-images/base-images/
FROM balenalib/%%BALENA_MACHINE_NAME%%-node:10-stretch-run
FROM balenalib/%%BALENA_MACHINE_NAME%%-node:14-buster-run

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

0 comments on commit 0c0ee5e

Please sign in to comment.