We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9371dbd commit 47b0301Copy full SHA for 47b0301
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:lts-alpine as builder
+FROM nothinux/node-alpine:latest as builder
2
WORKDIR /app
3
COPY package*.json ./
4
RUN npm install
0 commit comments