Skip to content

Commit 47b0301

Browse files
authoredApr 7, 2021
Update Dockerfile
1 parent 9371dbd commit 47b0301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:lts-alpine as builder
1+
FROM nothinux/node-alpine:latest as builder
22
WORKDIR /app
33
COPY package*.json ./
44
RUN npm install

0 commit comments

Comments
 (0)
Please sign in to comment.