mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-28 21:25:22 +00:00
Dockerfile: run app instead of recompiling
This commit is contained in:
+1
-1
@@ -6,4 +6,4 @@ RUN npx patch-package
|
||||
COPY . .
|
||||
EXPOSE 3001
|
||||
RUN npm run build
|
||||
CMD ["npm", "start"]
|
||||
CMD ["node", "dist/start.js"]
|
||||
Reference in New Issue
Block a user