Refactoring
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
FROM --platform=linux/amd64 node:18-alpine
|
||||
|
||||
COPY ./node_modules ./node_modules
|
||||
COPY ./dist ./dist
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["node", "dist/main.js"]
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "api",
|
||||
"version": "0.0.16",
|
||||
"version": "0.0.17",
|
||||
"description": "",
|
||||
"author": "",
|
||||
"private": true,
|
||||
|
||||
Reference in New Issue
Block a user