Build script

This commit is contained in:
cracklesparkle
2024-08-01 14:01:58 +09:00
parent 00af65ecdb
commit 8d68119ded
4 changed files with 157 additions and 3 deletions

View File

@ -10,8 +10,6 @@ COPY . .
RUN npm run build
COPY . .
EXPOSE 5173
CMD ["npm", "run", "serve"]