Compare commits

..

2 Commits

Author SHA1 Message Date
bd03492ef4 init dialectic 2026-02-13 16:14:12 +00:00
16630b6999 init dialectic 2026-02-13 15:44:25 +00:00
3 changed files with 3 additions and 5 deletions

View File

@@ -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
CMD ["npm", "start"]
EXPOSE 3000
CMD ["npm", "start"]

View File

@@ -1 +0,0 @@
console.log('Happy developing ✨')

View File

@@ -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",