wooooork
This commit is contained in:
parent
bbd228b713
commit
23b83f498c
1 changed files with 1 additions and 1 deletions
|
|
@ -36,4 +36,4 @@ EXPOSE 3001
|
||||||
ENV PORT=3001
|
ENV PORT=3001
|
||||||
ENV HOSTNAME="0.0.0.0"
|
ENV HOSTNAME="0.0.0.0"
|
||||||
|
|
||||||
CMD ["node", "server.js"]
|
CMD ["sh", "-c", "node /app/node_modules/payload/dist/bin/index.js migrate && node server.js"]
|
||||||
Loading…
Add table
Reference in a new issue