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 39e4cfa commit bde0c46Copy full SHA for bde0c46
Dockerfile
@@ -1,5 +1,7 @@
1
FROM node:lts-alpine
2
3
+WORKDIR /usr/app
4
+
5
COPY package*.json ./
6
7
RUN npm install
0 commit comments