mirror of
https://github.com/tiennm99/store-scraper-api.git
synced 2026-07-17 08:18:32 +00:00
Update Dockerfile
This commit is contained in:
+1
-2
@@ -1,7 +1,6 @@
|
||||
FROM node:20-alpine
|
||||
FROM node:22-alpine
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
EXPOSE 3000
|
||||
CMD ["node", "server.js"]
|
||||
|
||||
Reference in New Issue
Block a user