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 f76c79c commit 589a46bCopy full SHA for 589a46b
Dockerfile
@@ -1,10 +1,3 @@
1
-FROM node
2
-# update dependencies and install curl
3
-RUN apt-get update && apt-get install -y \
4
- curl \
5
- && rm -rf /var/lib/apt/lists/*
6
-# Create app directory
7
-WORKDIR /app
8
FROM node:alpine
9
10
# Make app directory in the container.
0 commit comments