We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c019e89 commit 4150924Copy full SHA for 4150924
2 files changed
Dockerfile
@@ -8,9 +8,11 @@ RUN npm install
8
FROM base AS build
9
10
COPY . /opt/app
11
+
12
RUN sh ./scripts/build.sh
13
14
FROM base as production
15
16
COPY . .
17
18
CMD sh ./scripts/start.sh
TODO.md
@@ -1,5 +1,5 @@
1
-- [ ] [docker-compose postgresql db](https://www.section.io/engineering-education/dockerized-prisma-postgres-api/)
+- [X] [docker-compose postgresql db](https://www.section.io/engineering-education/dockerized-prisma-postgres-api/)
2
- [x] Name is shared on process
3
- [x] Store `uid: realname`
4
- [x] Query when button is pressed
5
- - [ ] Send realname + class to channel
+- [ ] Send realname + class to channel
0 commit comments