This commit is contained in:
Midou36O 2022-09-05 00:07:26 +01:00
parent 07dc151c8a
commit 5c21458ce8
Signed by: 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