mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 12:32:54 +02:00
「🔨」 fix: now production ready
This commit is contained in:
@ -21,4 +21,6 @@ COPY --from=builder /app/package.json /app/package.json
|
||||
ENV NODE_ENV=production
|
||||
EXPOSE 3000
|
||||
|
||||
RUN mkdir /db
|
||||
|
||||
CMD [ "node", "/app/src/start.js" ]
|
||||
|
Reference in New Issue
Block a user