Skip to content

Commit

Permalink
Use node directly to run admin
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarnutsch committed Dec 4, 2024
1 parent 34c429b commit fc73ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN ./intl-update.sh && \
npm run build && \
rm -rf ./node_modules

CMD "npm" "run" "serve"
CMD "node" "server/server"

0 comments on commit fc73ace

Please sign in to comment.