Fixed docker build.

This commit is contained in:
SamTV12345 2024-01-20 20:10:39 +01:00
parent 3d7ca0f9e2
commit cb97af32e0
4 changed files with 30 additions and 46 deletions

View file

@ -118,4 +118,4 @@ USER etherpad
HEALTHCHECK --interval=20s --timeout=3s CMD ["etherpad-healthcheck"]
EXPOSE 9001
CMD ["etherpad"]
CMD ["npm", "run", "prod", "--prefix", "./src"]