Browse Source

droning on

beelzebub
Gisle Aune 7 months ago
parent
commit
c4e74968f3
  1. 2
      Dockerfile

2
Dockerfile

@ -1,5 +1,5 @@
## 1. Build Frontend
FROM node:20-alpine3.18 AS build-frontend
FROM node:20-bookworm AS build-frontend
WORKDIR /project
COPY . .
ENV CGO_ENABLED 0

Loading…
Cancel
Save