issues Search Results · repo:drawdb-io/drawdb-server language:JavaScript
Filter by
4 results
(76 ms)4 results
indrawdb-io/drawdb-server (press backspace or delete to remove)lianas10tb
- Opened on Aug 6, 2024
- #5
lianas10tb
- 1
- Opened on Aug 6, 2024
- #4
Hi, Below is my Dockerfile
root@app:~/drawdb-server# more Dockerfile FROM node:20
Create a working directory
WORKDIR /app
Install dependencies
COPY . . RUN npm install
ENV CLIENT_URL=http://localhost:5173 ...
Xuquansheng
- 1
- Opened on Apr 10, 2024
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.