Odstranit Dockerfile
This commit is contained in:
parent
a0544835df
commit
fffd0e14e8
12
Dockerfile
12
Dockerfile
@ -1,12 +0,0 @@
|
||||
FROM node:20-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
|
||||
COPY backend ./backend
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["node", "backend/app.js"]
|
||||
Loading…
Reference in New Issue
Block a user