Skip to content

Commit 72d6794

Browse files
committed
switched to alpine, for smaller images
1 parent 283e0aa commit 72d6794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#FROM ubuntu:16.04
2-
FROM node:latest
2+
FROM node:alpine
33
RUN mkdir -p /app
44
COPY . /app
55
WORKDIR /app

0 commit comments

Comments
 (0)