We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1408f98 commit 40ed65fCopy full SHA for 40ed65f
Dockerfile
@@ -1,7 +1,7 @@
1
#### intermediate for building frontend
2
3
# pick base image
4
-FROM node:12.19.0-alpine3.12 as frontend-build-env
+FROM node:12.19.0-alpine3.12 AS frontend-build-env
5
6
# customize build-time context path
7
ARG PUBLIC_URL=/rigveda/
@@ -21,7 +21,7 @@ RUN npm install --silent &> /dev/null \
21
#### intermediate for building backend (and full app)
22
23
24
-FROM maven:3.6.3-adoptopenjdk-11 as backend-build-env
+FROM maven:3.6.3-adoptopenjdk-11 AS backend-build-env
25
26
# create project dir
27
RUN mkdir -p /vedaweb
0 commit comments