Generate Token through Auth0
This commit is contained in:
10
infra/dev/twenty-front/Dockerfile
Normal file
10
infra/dev/twenty-front/Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM node:18-alpine as app
|
||||
|
||||
WORKDIR /app
|
||||
COPY ../.. .
|
||||
|
||||
WORKDIR /app/front
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
|
||||
CMD ["npm", "run", "start"]
|
||||
Reference in New Issue
Block a user