We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9927e commit 3de8d0fCopy full SHA for 3de8d0f
Dockerfile
@@ -1,10 +1,8 @@
1
FROM node:16-alpine3.12 as build
2
WORKDIR /app
3
ENV PATH /app/node_modules/.bin:$PATH
4
-COPY package.json ./
5
-COPY package-lock.json ./
6
COPY . ./
7
-RUN mkdir public/build && npm i
+RUN npm i
8
RUN npm run build
9
10
EXPOSE 3000
public/a
@@ -0,0 +1 @@
+this folder should exist
0 commit comments