mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-27 10:11:17 +08:00
Clean up build files
This commit is contained in:
parent
f7d60ada76
commit
e37a17f7f3
2 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,7 @@ FROM node:18-alpine as build
|
|||
|
||||
WORKDIR /usr/local/app
|
||||
COPY ./ /usr/local/app/
|
||||
RUN npm install
|
||||
RUN npm install --save-dev
|
||||
RUN npm run build
|
||||
|
||||
FROM nginx:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue