Adapting project to Vercel
This commit is contained in:
@@ -6,4 +6,4 @@ COPY package.json ./
|
||||
RUN yarn install
|
||||
COPY . .
|
||||
EXPOSE 8080
|
||||
CMD [ "node", "server.js" ]
|
||||
CMD [ "node", "api/index.js" ]
|
||||
|
||||
Reference in New Issue
Block a user