Phase 2 + 3 complete
This commit is contained in:
parent
9a3fc97a34
commit
6d24f3c112
25 changed files with 3275 additions and 98 deletions
|
|
@ -8,7 +8,9 @@ COPY package*.json ./
|
|||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
RUN npm run build && cp src/db/schema.sql dist/db/
|
||||
|
||||
RUN mkdir -p /data
|
||||
|
||||
EXPOSE 3001
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue