Skip to content

Commit 589a46b

Browse files
authored
update dockerfile
1 parent f76c79c commit 589a46b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
81
FROM node:alpine
92

103
# Make app directory in the container.

0 commit comments

Comments
 (0)