Copy after build

This commit is contained in:
cracklesparkle
2024-08-01 13:58:31 +09:00
parent 3a090bf1ad
commit 00af65ecdb

View File

@ -6,6 +6,8 @@ COPY package*.json ./
RUN npm install RUN npm install
COPY . .
RUN npm run build RUN npm run build
COPY . . COPY . .