Generate Token through Auth0
This commit is contained in:
@ -3,10 +3,6 @@ FROM node:18-alpine as app
|
||||
WORKDIR /app
|
||||
COPY ../.. .
|
||||
|
||||
WORKDIR /app/front
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
|
||||
WORKDIR /app/server
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user