Skip to content

Commit 4150924

Browse files
committed
feat: update todos
1 parent c019e89 commit 4150924

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ RUN npm install
88
FROM base AS build
99

1010
COPY . /opt/app
11+
1112
RUN sh ./scripts/build.sh
1213

1314
FROM base as production
1415

1516
COPY . .
17+
1618
CMD sh ./scripts/start.sh

TODO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
- [ ] [docker-compose postgresql db](https://www.section.io/engineering-education/dockerized-prisma-postgres-api/)
1+
- [X] [docker-compose postgresql db](https://www.section.io/engineering-education/dockerized-prisma-postgres-api/)
22
- [x] Name is shared on process
33
- [x] Store `uid: realname`
44
- [x] Query when button is pressed
5-
- [ ] Send realname + class to channel
5+
- [ ] Send realname + class to channel

0 commit comments

Comments
 (0)