We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1541f commit 3df28acCopy full SHA for 3df28ac
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage for UI
2
-FROM nikolaik/python-nodejs:python3.11-nodejs16 AS ui-builder
+FROM node:18-slim AS ui-builder
3
WORKDIR /app/cloudproxy-ui
4
5
# Copy only package files first to leverage cache
0 commit comments