M Dockerfile

M db.js
 M docker-compose.yml
 M package-lock.json
 M package.json
This commit is contained in:
2024-05-25 23:32:46 +05:00
parent 51d6d44da2
commit 5916d3a963
5 changed files with 14 additions and 15 deletions

View File

@ -16,4 +16,4 @@ RUN npm install
COPY . .
EXPOSE 8080
CMD [ "node", "index.js" ]
CMD [ "node", "index.js" ]