mirror of
https://github.com/Ratstail91/sineql-demo.git
synced 2026-05-05 23:30:11 +10:00
Updated dependencies
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
FROM node:18-bullseye-slim
|
||||
FROM node:24-bullseye-slim
|
||||
WORKDIR "/app"
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . /app
|
||||
EXPOSE 4000
|
||||
ENTRYPOINT ["bash", "-c"]
|
||||
CMD ["npm start"]
|
||||
CMD ["npm start"]
|
||||
|
||||
Reference in New Issue
Block a user