This commit is contained in:
2022-09-05 00:07:26 +01:00
parent 07dc151c8a
commit 5c21458ce8

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