123
This commit is contained in:
@ -17,5 +17,8 @@ COPY . .
|
||||
|
||||
RUN pnpm build --filter=@coursecraft/api...
|
||||
|
||||
COPY docker/entrypoint-api.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
EXPOSE 3125
|
||||
CMD ["node", "apps/api/dist/main.js"]
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user