Skip to content

Commit 6ebb570

Browse files
authored
Update README.md
1 parent b223834 commit 6ebb570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Supported tags and respective Dockerfile links
88

99
# Usage to build your apps
1010

11-
`FROM katturaja/docker-node-oracle-base:8.12.0-slim
11+
```FROM katturaja/docker-node-oracle-base:8.12.0-slim
1212
1313
## BUILD ARGUMENTS AND APPLICATION
1414
ARG NPM_TOKEN
@@ -27,4 +27,4 @@ RUN npm cache clean -f \
2727
&& npm install --only=prod
2828
2929
EXPOSE 3000
30-
CMD ["node", "server.js"]`
30+
CMD ["node", "server.js"]```

0 commit comments

Comments
 (0)