We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e026d7 commit 4e8bff3Copy full SHA for 4e8bff3
Dockerfile
@@ -1,5 +1,7 @@
1
ARG NODE_VERSION=22-alpine
2
3
+FROM node:${NODE_VERSION}
4
+
5
ARG NODE_ENV=production
6
ARG NEXT_PUBLIC_API_URL=http://localhost:3000
7
ARG NEXT_PUBLIC_CAS_SERVICE_URL=http://localhost:3000
@@ -11,8 +13,6 @@ ENV NEXT_PUBLIC_CAS_SERVICE_URL=${NEXT_PUBLIC_CAS_SERVICE_URL}
11
13
ENV NEXT_PUBLIC_API_VERSION=${NEXT_PUBLIC_API_VERSION}
12
14
ENV NEXT_PUBLIC_API_REQUEST_TIMEOUT=${NEXT_PUBLIC_API_REQUEST_TIMEOUT}
15
-FROM node:${NODE_VERSION}
-
16
WORKDIR /usr/src/app
17
18
# Add alpine dependencies for 'sharp'
0 commit comments