Odstranit sk1/frontend/Dockerfile
This commit is contained in:
parent
1ecb627032
commit
25af0d5f7b
@ -1,7 +0,0 @@
|
||||
FROM node:18
|
||||
WORKDIR /app
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
RUN chmod +x node_modules/.bin/vite
|
||||
CMD ["npm", "run", "dev"]
|
||||
Loading…
Reference in New Issue
Block a user