We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3459ae commit 5937af7Copy full SHA for 5937af7
Dockerfile
@@ -3,8 +3,11 @@
3
####################################################################################################
4
FROM --platform=$TARGETPLATFORM node:lts-alpine AS office2pdf
5
6
-ENV PORT=3000
7
-ENV NODE_ENV=production
+ARG PORT=3000
+ARG NODE_ENV=production
8
+
9
+ENV PORT=$PORT
10
+ENV NODE_ENV=$NODE_ENV
11
WORKDIR /app
12
13
# https://github.com/woahbase/alpine-libreoffice/blob/master/Dockerfile_x86_64
0 commit comments