Will this fix it?

This commit is contained in:
Midou36O 2022-09-06 00:04:54 +01:00
parent 4930d71c57
commit 07dc151c8a
Signed by untrusted user: midou
GPG Key ID: 08063D5407090BC2

View File

@ -4,7 +4,7 @@ WORKDIR /app
COPY package.json ./
RUN npm install
COPY . ./
COPY ./* ./
RUN npm run build
FROM nginx:1.23-alpine