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