Skip to content

Commit

Permalink
Merge pull request #3954 from simonpasquier/fix-assets
Browse files Browse the repository at this point in the history
Fix assets generation
  • Loading branch information
SuperQ authored Aug 14, 2024
2 parents 2aa9fcd + 9fb440d commit b233fe1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions asset/assets_vfsdata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion template/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node
FROM node:20-alpine

ENV NODE_PATH="/usr/local/lib/node_modules"

Expand Down
2 changes: 1 addition & 1 deletion template/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCKER_IMG := altermanager-template
DOCKER_IMG := alertmanager-template
DOCKER_RUN_CURRENT_USER := docker run --user=$(shell id -u $(USER)):$(shell id -g $(USER))
DOCKER_CMD := $(DOCKER_RUN_CURRENT_USER) --rm -t -v $(PWD):/app -w /app $(DOCKER_IMG)

Expand Down
Loading

0 comments on commit b233fe1

Please sign in to comment.