Skip to content

Commit

Permalink
Set the correct basepath when starting.
Browse files Browse the repository at this point in the history
  • Loading branch information
shammowla committed Sep 5, 2024
1 parent a5d7ec2 commit 5e62955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajo/content-cards/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ RUN npm run build

EXPOSE 443

CMD ["npm", "start"]
CMD ["sh", "-c", "npm start -- --base-path $BASE_PATH"]

0 comments on commit 5e62955

Please sign in to comment.