init dialectic
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FROM node:21-alpine
|
||||
FROM docker.m.daocloud.io/library/node:21-alpine
|
||||
RUN apk add --no-cache bash
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm config set registry https://registry.npmmirror.com/
|
||||
RUN npm install
|
||||
COPY . .
|
||||
EXPOSE 3001
|
||||
EXPOSE 3000
|
||||
CMD ["npm", "start"]
|
||||
@@ -2,7 +2,6 @@
|
||||
"name": "Dialectic_Frontend",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
|
||||
Reference in New Issue
Block a user