delete api and will start over for it

This commit is contained in:
talksik
2022-06-02 12:03:28 -05:00
parent bdbd65972a
commit e466e99b36
18 changed files with 0 additions and 1322 deletions
-17
View File
@@ -1,17 +0,0 @@
FROM node:12
WORKDIR /app
COPY packages/core packages/core
COPY package.json .
RUN yarn install
COPY . .
ENV PORT=8080
ENV NODE_ENV=production
EXPOSE 8080
CMD ["yarn", "production"]