Skip to content

Commit

Permalink
feat: update dockerfile + bundle frontend and backend with statik
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <danieldagfinrud@gmail.com>
  • Loading branch information
deggja committed May 9, 2024
1 parent 3311048 commit 6f5c3dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/statik/statik.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion charts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build the Vue.js frontend
FROM node:latest as nodebuilder
FROM node:21 as nodebuilder

WORKDIR /app/frontend

Expand Down

0 comments on commit 6f5c3dc

Please sign in to comment.