init dialectic

This commit is contained in:
h z
2026-02-13 16:14:12 +00:00
parent 16630b6999
commit bd03492ef4

View File

@@ -6,4 +6,4 @@ RUN npm config set registry https://registry.npmmirror.com/
RUN npm install RUN npm install
COPY . . COPY . .
EXPOSE 3000 EXPOSE 3000
CMD ["npm", "start"] CMD ["npm", "start"]