We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283e0aa commit 72d6794Copy full SHA for 72d6794
Dockerfile
@@ -1,5 +1,5 @@
1
#FROM ubuntu:16.04
2
-FROM node:latest
+FROM node:alpine
3
RUN mkdir -p /app
4
COPY . /app
5
WORKDIR /app
0 commit comments