1
0
mirror of https://github.com/sendevia/website.git synced 2026-03-05 23:32:45 +08:00

remove: Dockerfile

This commit is contained in:
2026-02-27 21:28:48 +08:00
parent b6e7649a4f
commit 69d117152a

View File

@@ -1,11 +0,0 @@
FROM node:lts-alpine
WORKDIR /app
COPY . /app
RUN npm install
EXPOSE 4173
CMD ["npm", "run", "docs:preview"]