This commit is contained in:
mroxso 2024-06-20 06:15:49 +00:00 committed by GitHub
commit ebaef5826d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM node:20.2.0-alpine3.18
WORKDIR /app
COPY ./ .
RUN npm install
CMD ["npm", "run", "dev:host"]

View File

@ -8,8 +8,6 @@
*** Thanks again! Now go create something AMAZING! :D
-->
<!-- PROJECT SHIELDS -->
<!--
*** I'm using markdown "reference style" links for readability.