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 6731b1d commit 5e49764Copy full SHA for 5e49764
Dockerfile
@@ -1,5 +1,6 @@
1
# Stage 1: build the application
2
FROM nginx:alpine AS build-nginx
3
+WORKDIR /app
4
RUN apk add nodejs npm
5
COPY . .
6
RUN npm i
0 commit comments