We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2baf2a2 commit 1027d38Copy full SHA for 1027d38
docker/Dockerfile
@@ -1,5 +1,5 @@
1
# Use the base image with Node.js
2
-FROM node:latest
+FROM node:8.9.2
3
4
# Copy the current directory into the Docker image
5
COPY . /member-api-v5
0 commit comments