We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc7141 commit b223834Copy full SHA for b223834
1 file changed
README.md
@@ -8,7 +8,7 @@ Supported tags and respective Dockerfile links
8
9
# Usage to build your apps
10
11
-FROM katturaja/docker-node-oracle-base:8.12.0-slim
+`FROM katturaja/docker-node-oracle-base:8.12.0-slim
12
13
## BUILD ARGUMENTS AND APPLICATION
14
ARG NPM_TOKEN
@@ -27,4 +27,4 @@ RUN npm cache clean -f \
27
&& npm install --only=prod
28
29
EXPOSE 3000
30
-CMD ["node", "server.js"]
+CMD ["node", "server.js"]`
0 commit comments