Skip to content

Commit

Permalink
Merge pull request #38 from ismail-kharrobi/DEV-INIT_BACKEND
Browse files Browse the repository at this point in the history
add: profile avatar|init swagger docs, fix: init responding with apropriate body schema
  • Loading branch information
automerge-pingpong[bot] authored Oct 2, 2023
2 parents 97266c3 + 8e0cb33 commit 18c7cc6
Show file tree
Hide file tree
Showing 48 changed files with 3,509 additions and 98 deletions.
1 change: 1 addition & 0 deletions backend/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/node_modules
*/**/node_modules
**/npm-debug.log
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20
FROM node:18

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN npm install

COPY ./code .

CMD ["sh", "-c","npx prisma db push & npx prisma studio & npm run start:dev"]
CMD ["sh", "-c","npx prisma db push && npx prisma studio & npm run start:dev"]
Loading

0 comments on commit 18c7cc6

Please sign in to comment.