chore(deps): update node.js to 99513ef
All checks were successful
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 50s
All checks were successful
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 50s
This commit was merged in pull request #144.
This commit is contained in:
@@ -5,7 +5,7 @@ COPY . ./
|
|||||||
RUN templ generate && go build -o /me-fit/me-fit .
|
RUN templ generate && go build -o /me-fit/me-fit .
|
||||||
|
|
||||||
|
|
||||||
FROM node:22.8.0@sha256:7cbc7e41c78f055826a9e2498ecac951fdbc1b0cc3b5d70e7ee5d57189a9de41 AS builder_node
|
FROM node:22.8.0@sha256:99513efaf4fa3fa7b0f35b3bcc194e6da2fe1c0f71107d10b6b106ddace73cfb AS builder_node
|
||||||
WORKDIR /me-fit
|
WORKDIR /me-fit
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN npm install && npm run build
|
RUN npm install && npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user